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 classAndroidInterceptors.CleanerInterceptorMaps 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 classAndroidInterceptors.FileDescriptorInterceptorIntercepts calls to libcore-extensions toFileDescriptor.static classAndroidInterceptors.LinkedHashMapEldestInterceptorstatic classAndroidInterceptors.LocaleAdjustLanguageCodeInterceptorstatic classAndroidInterceptors.NoOpInterceptorstatic classAndroidInterceptors.SocketInterceptorIntercepts calls to methods inSocketnot present in the OpenJDK.static classAndroidInterceptors.SystemArrayCopyInterceptorstatic classAndroidInterceptors.SystemLogInterceptorAndroidInterceptor for System.logE and System.logW.static classAndroidInterceptors.SystemTimeInterceptor -
Constructor Summary
Constructors Constructor Description AndroidInterceptors() -
Method Summary
Modifier and Type Method Description static Collection<Interceptor>all()
-
Constructor Details
-
AndroidInterceptors
public AndroidInterceptors()
-
-
Method Details