Class Hierarchy
- java.lang.Object
- org.junit.runners.model.FrameworkMember<T> (implements org.junit.runners.model.Annotatable)
- org.junit.runners.model.FrameworkMethod
- org.spincast.testing.junitrunner.NoTestsFrameworkMethod
- org.junit.runners.model.FrameworkMethod
- org.junit.runner.Runner (implements org.junit.runner.Describable)
- org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable)
- org.junit.runners.BlockJUnit4ClassRunner
- org.spincast.testing.junitrunner.SpincastJUnitRunner
- org.junit.runners.BlockJUnit4ClassRunner
- org.junit.runners.ParentRunner<T> (implements org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Orderable)
- org.junit.runners.model.FrameworkMember<T> (implements org.junit.runners.model.Annotatable)
Interface Hierarchy
- org.spincast.testing.junitrunner.BeforeAfterClassMethodsProvider
- org.spincast.testing.junitrunner.CanBeDisabled
- org.spincast.testing.junitrunner.RepeatedClassAfterMethodProvider
- org.spincast.testing.junitrunner.TestFailureListener
Annotation Interface Hierarchy
- org.spincast.testing.junitrunner.ExpectingBeforeClassException (implements java.lang.annotation.Annotation)
- org.spincast.testing.junitrunner.ExpectingFailure (implements java.lang.annotation.Annotation)
- org.spincast.testing.junitrunner.IgnoreErrorButStopLoops (implements java.lang.annotation.Annotation)
- org.spincast.testing.junitrunner.RepeatUntilFailure (implements java.lang.annotation.Annotation)
- org.spincast.testing.junitrunner.RepeatUntilSuccess (implements java.lang.annotation.Annotation)