Package org.robolectric.interceptors
Class AndroidInterceptors
- java.lang.Object
-
- org.robolectric.interceptors.AndroidInterceptors
-
public class AndroidInterceptors extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AndroidInterceptors.CleanerInterceptor
Maps calls to Cleaner, which moved between Java 8 and 9:sun.misc.Cleaner.create()
->new java.lang.ref.Cleaner().register()
sun.misc.Cleaner.clean()
->java.lang.ref.Cleaner.Cleanable().clean()
static class
AndroidInterceptors.FileDescriptorInterceptor
Intercepts calls to libcore-extensions toFileDescriptor
.static class
AndroidInterceptors.LinkedHashMapEldestInterceptor
static class
AndroidInterceptors.LocaleAdjustLanguageCodeInterceptor
static class
AndroidInterceptors.NoOpInterceptor
static class
AndroidInterceptors.ReferenceRefersToInterceptor
AndroidInterceptor for Reference.refersTo which is not available until JDK 16.static class
AndroidInterceptors.SocketInterceptor
Intercepts calls to methods inSocket
not present in the OpenJDK.static class
AndroidInterceptors.SystemArrayCopyInterceptor
static class
AndroidInterceptors.SystemLogInterceptor
AndroidInterceptor for System.logE and System.logW.static class
AndroidInterceptors.SystemTimeInterceptor
-
Constructor Summary
Constructors Constructor Description AndroidInterceptors()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<Interceptor>
all()
-
-
-
Method Detail
-
all
public static Collection<Interceptor> all()
-
-