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 Details

  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class org.junit.runners.model.FrameworkMethod
    • getSdk

      @Nonnull public Sdk getSdk()
    • isLegacy

      public boolean isLegacy()
    • getResourcesMode

      public ResourcesMode getResourcesMode()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.junit.runners.model.FrameworkMethod
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.junit.runners.model.FrameworkMethod
    • toString

      public String toString()
      Overrides:
      toString in class org.junit.runners.model.FrameworkMethod
    • getConfiguration

      @Nonnull public ConfigurationStrategy.Configuration getConfiguration()