Package org.robolectric.interceptors
Class AndroidInterceptors
java.lang.Object
org.robolectric.interceptors.AndroidInterceptors
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
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
Intercepts calls to libcore-extensions toFileDescriptor
.static class
static class
static class
AndroidInterceptor for NioUtils.freeDirectBuffer.static class
AndroidInterceptor for NioUtils.unsafeArray.static class
AndroidInterceptor for NioUtils.unsafeArrayOffset.static class
static class
AndroidInterceptor for Reference.refersTo which is not available until JDK 16.static class
Intercepts calls to methods inSocket
not present in the OpenJDK.static class
static class
AndroidInterceptor for System.logE and System.logW.static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AndroidInterceptors
public AndroidInterceptors()
-
-
Method Details
-
all
-