public static class RobolectricTestRunner.RobolectricFrameworkMethod
extends org.junit.runners.model.FrameworkMethod
| Modifier | Constructor | Description | 
|---|---|---|
| protected  | RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other) | 
| 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() | 
protected RobolectricFrameworkMethod(RobolectricTestRunner.RobolectricFrameworkMethod other)
public String getName()
getName in class org.junit.runners.model.FrameworkMethod@Nonnull public Sdk getSdk()
public boolean isLegacy()
public ResourcesMode getResourcesMode()
protected void finalize()
                 throws Throwable
public boolean equals(Object o)
equals in class org.junit.runners.model.FrameworkMethodpublic int hashCode()
hashCode in class org.junit.runners.model.FrameworkMethodpublic String toString()
toString in class org.junit.runners.model.FrameworkMethod@Nonnull public ConfigurationStrategy.Configuration getConfiguration()