Package org.robolectric
Class RobolectricTestRunner.RobolectricFrameworkMethod
java.lang.Object
org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
org.junit.runners.model.FrameworkMethod
org.robolectric.RobolectricTestRunner.RobolectricFrameworkMethod
- All Implemented Interfaces:
org.junit.runners.model.Annotatable
- Enclosing class:
- RobolectricTestRunner
public static class RobolectricTestRunner.RobolectricFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
A
FrameworkMethod
subclass that contains data required to run Robolectric tests.-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class org.junit.runners.model.FrameworkMethod
getAnnotation, getAnnotations, getDeclaringClass, getMethod, getModifiers, getReturnType, getType, invokeExplosively, isShadowedBy, producesType, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg
Methods inherited from class org.junit.runners.model.FrameworkMember
isPublic, isStatic
-
Constructor Details
-
RobolectricFrameworkMethod
-
-
Method Details
-
getName
- Overrides:
getName
in classorg.junit.runners.model.FrameworkMethod
-
getSdk
-
isLegacy
public boolean isLegacy() -
equals
- Overrides:
equals
in classorg.junit.runners.model.FrameworkMethod
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.junit.runners.model.FrameworkMethod
-
toString
- Overrides:
toString
in classorg.junit.runners.model.FrameworkMethod
-
getConfiguration
-