Package org.spincast.testing.junitrunner
Annotation Interface IgnoreErrorButStopLoops
This is an annotation only useful in some very
corner cases tests. You will probably never
need it.
It allows a test method to fail without triggering
an error (exception expected), but still stopping any
loops configured by RepeatUntilSuccess
or RepeatUntilFailure
.