- getClasses(ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
-
- getField(Object, String) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively get the value of a field.
- getProvidedPackageNames() - Method in interface org.robolectric.internal.ShadowProvider
-
Array of Java package names that are shadowed by this package.
- getShadowMap() - Method in interface org.robolectric.internal.ShadowProvider
-
Return the mapping of class name to shadow name.
- getShadowPickerMap() - Method in interface org.robolectric.internal.ShadowProvider
-
Map of framework classes which may be represented by more than one shadow, to be picked at runtime.
- getStaticField(Field) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively get the value of a static field.
- getStaticField(Class<?>, String) - Static method in class org.robolectric.util.ReflectionHelpers
-
Reflectively get the value of a static field.
- getValues(ReflectionHelpers.ClassParameter<?>...) - Static method in class org.robolectric.util.ReflectionHelpers.ClassParameter
-