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
Fields in this class must be serializable using XStream.
-
Constructor Summary
Constructors Modifier Constructor Description protected
RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
protected void
finalize()
ConfigurationStrategy.Configuration
getConfiguration()
String
getName()
ResourcesMode
getResourcesMode()
Sdk
getSdk()
int
hashCode()
boolean
isLegacy()
String
toString()
-
Constructor Details
-
Method Details
-
getName
- Overrides:
getName
in classorg.junit.runners.model.FrameworkMethod
-
getSdk
-
isLegacy
public boolean isLegacy() -
getResourcesMode
-
finalize
-
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
-