Package org.spincast.testing.junitrunner
package org.spincast.testing.junitrunner
-
ClassDescriptionProvides methods that can be called before and after tests from a class are ran.Allows you to ignore a test class entirely.When this annotation is added on a Test Class, the 'beforeClass()' method is expected to fail.When this annotation is added on a Test Class, it is expected that one or more tests fail.This is an annotation only useful in some very corner cases tests.Pseudo-test to be able to run some Spincast tests when no real @Test annotated test exist.Annotation to specify that a test or a test class will be ran until it fails or the max number of tries is reached.Annotation to specify that a test or a test class will be ran until it succeeds or the max number of tries is reached.Spincast JUnit Runner.Provides a method that will be called each time a test fails.