public.javadoc.org.spincast.testing.junitrunner.package-summary.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
org.spincast.testing.junitrunner (org.spincast:spincast-framework 1.14.0 API)
Package org.spincast.testing.junitrunner
-
Interface Summary
Interface
Description
BeforeAfterClassMethodsProvider
Provides methods that can be called before and after tests from a
class are ran.
CanBeDisabled
Allows you to ignore a test class entirely.
RepeatedClassAfterMethodProvider
TestFailureListener
Provides a method that will be called each time a test fails.
-
Class Summary
Class
Description
NoTestsFrameworkMethod
Pseudo-test to be able to run some Spincast tests
when no real @Test annotated test exist.
SpincastJUnitRunner
Spincast JUnit Runner.
-
Annotation Types Summary
Annotation Type
Description
ExpectingBeforeClassException
When this annotation is added on a Test Class,
the 'beforeClass()' method is expected to fail.
ExpectingFailure
When this annotation is added on a Test Class,
it is expected that one or more tests fail.
IgnoreErrorButStopLoops
This is an annotation only useful in some very
corner cases tests.
RepeatUntilFailure
Annotation to specify that a test or a test class
will be ran until it fails or the max number of tries is
reached.
RepeatUntilSuccess
Annotation to specify that a test or a test class
will be ran until it succeeds or the max number of tries is
reached.
Copyright © 2019. All rights reserved.