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
All Methods Instance Methods Concrete Methods 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 Detail
-
RobolectricFrameworkMethod
protected RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other)
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getName
in 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:
equals
in classorg.junit.runners.model.FrameworkMethod
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classorg.junit.runners.model.FrameworkMethod
-
toString
public String toString()
- Overrides:
toString
in classorg.junit.runners.model.FrameworkMethod
-
getConfiguration
@Nonnull public ConfigurationStrategy.Configuration getConfiguration()
-
-