Package org.robolectric.annotation


package org.robolectric.annotation
Package containing Robolectric annotations.
  • Class
    Description
    Parameters, function return with types that can't be resolved at compile time may be annotated with @ClassName.
    Configuration settings that can be used on a per-class or per-test basis.
     
     
    Annotation for Conscrypt modes in Robolectric.
    Specifies the different supported Conscrypt modes.
    A org.robolectric.pluginapi.config.Configurer annotation for controlling how Robolectric executes PackageManager#getInstallerPackageName method.
    Specifies the different ShadowApplicationPackageManager#getInstallerPackageName modes.
    A org.robolectric.pluginapi.config.Configurer annotation for controlling which graphics shadow implementation is used for the android.graphics package.
    Specifies the different supported graphics modes.
    Indicates that the annotated method is hidden in the public Android API.
    Indicates that a method declaration is intended to shadow a method with the same signature on the associated Android class.
    Indicates that a class declaration is intended to shadow an Android class declaration.
    An interface used as the default for the picker param.
    InDevelopment applies to @Implementation methods and @Implements classes that are affected by changes in unreleased versions of Android.
    A org.robolectric.pluginapi.config.Configurer annotation for controlling Robolectric's Looper behavior.
    Specifies the different supported Looper modes.
    Shadow fields annotated @RealObject will have the real instance injected.
    Serves to cache the reflector object instance and lower test runtime.
    Indicates that the annotated method is used to reset static state in a shadow.
    A org.robolectric.pluginapi.config.Configurer annotation for controlling Robolectric's android resource implementation.
     
    A org.robolectric.pluginapi.config.Configurer annotation for controlling which SQLite shadow implementation is used for the android.database package.
    Specifies the different supported SQLite modes.
    A org.robolectric.pluginapi.config.Configurer annotation for controlling how Robolectric performs UI layout.
    Specifies the different supported Text layout modes.