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.FrameworkMethodFields in this class must be serializable using XStream.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)protected voidfinalize()ConfigurationStrategy.ConfigurationgetConfiguration()StringgetName()ResourcesModegetResourcesMode()SdkgetSdk()inthashCode()booleanisLegacy()StringtoString()
-
-
-
Constructor Detail
-
RobolectricFrameworkMethod
protected RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other)
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classorg.junit.runners.model.FrameworkMethod
-
isLegacy
public boolean isLegacy()
-
getResourcesMode
public ResourcesMode getResourcesMode()
-
finalize
protected void finalize() throws Throwable
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classorg.junit.runners.model.FrameworkMethod
-
hashCode
public int hashCode()
- Overrides:
hashCodein classorg.junit.runners.model.FrameworkMethod
-
toString
public String toString()
- Overrides:
toStringin classorg.junit.runners.model.FrameworkMethod
-
getConfiguration
@Nonnull public ConfigurationStrategy.Configuration getConfiguration()
-
-