Skip navigation links
A B C D F H I L M N O P Q R S V 

A

abiSplit() - Method in class org.robolectric.annotation.Config.Implementation
 
AccessibilityChecks - Annotation Type in org.robolectric.annotation
Robolectric can check for certain kinds of accessibility bugs while running your tests.
AccessibilityChecks.ForRobolectricVersion - Enum in org.robolectric.annotation
 
annotationType() - Method in class org.robolectric.annotation.Config.Implementation
 
application() - Method in class org.robolectric.annotation.Config.Implementation
 
assetDir() - Method in class org.robolectric.annotation.Config.Implementation
 

B

buildDir() - Method in class org.robolectric.annotation.Config.Implementation
 

C

Config - Annotation Type in org.robolectric.annotation
Configuration settings that can be used on a per-class or per-test basis.
Config.Implementation - Class in org.robolectric.annotation
 
constants() - Method in class org.robolectric.annotation.Config.Implementation
 

D

DEFAULT_ABI_SPLIT - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_ASSET_FOLDER - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_BUILD_FOLDER - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_MANIFEST - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_PACKAGE_NAME - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_QUALIFIERS - Static variable in annotation type org.robolectric.annotation.Config
 
DEFAULT_RES_FOLDER - Static variable in annotation type org.robolectric.annotation.Config
 
DoNotInstrument - Annotation Type in org.robolectric.annotation.internal
Indicates that a class should not be stripped/instrumented under any circumstances.

F

fromProperties(Properties) - Static method in class org.robolectric.annotation.Config.Implementation
 

H

HiddenApi - Annotation Type in org.robolectric.annotation
Indicates that the annotated method is hidden in the public Android API.

I

Implementation(int[], String, String, String, String, String, String, String, Class<?>[], String[], Class<? extends Application>, String[], Class<?>) - Constructor for class org.robolectric.annotation.Config.Implementation
 
Implementation(Config) - Constructor for class org.robolectric.annotation.Config.Implementation
 
Implementation(Config, Config) - Constructor for class org.robolectric.annotation.Config.Implementation
 
Implementation - Annotation Type in org.robolectric.annotation
Indicates that a method declaration is intended to Shadow a method with the same signature on the associated Android class.
Implements - Annotation Type in org.robolectric.annotation
Indicates that a class declaration is intended to Shadow an Android class declaration.
Instrument - Annotation Type in org.robolectric.annotation.internal
Indicates that a class should always be instrumented regardless of its package.
instrumentedPackages() - Method in class org.robolectric.annotation.Config.Implementation
 

L

libraries() - Method in class org.robolectric.annotation.Config.Implementation
 

M

manifest() - Method in class org.robolectric.annotation.Config.Implementation
 

N

NONE - Static variable in annotation type org.robolectric.annotation.Config
TODO(vnayar): Create named constants for default values instead of magic numbers.

O

org.robolectric.annotation - package org.robolectric.annotation
Package containing Robolectric annotations.
org.robolectric.annotation.internal - package org.robolectric.annotation.internal
 

P

packageName() - Method in class org.robolectric.annotation.Config.Implementation
 

Q

qualifiers() - Method in class org.robolectric.annotation.Config.Implementation
 

R

RealObject - Annotation Type in org.robolectric.annotation
Shadow fields annotated @RealObject will have the real instance injected.
Resetter - Annotation Type in org.robolectric.annotation
Indicates that the annotated method is used to reset static state in a shadow.
resourceDir() - Method in class org.robolectric.annotation.Config.Implementation
 

S

sdk() - Method in class org.robolectric.annotation.Config.Implementation
 
shadows() - Method in class org.robolectric.annotation.Config.Implementation
 

V

valueOf(String) - Static method in enum org.robolectric.annotation.AccessibilityChecks.ForRobolectricVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.robolectric.annotation.AccessibilityChecks.ForRobolectricVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F H I L M N O P Q R S V 
Skip navigation links