Package dev.galasa

Annotation Interface ContinueOnTestFailure


@Retention(RUNTIME) @Target(TYPE) public @interface ContinueOnTestFailure
Continue On Test Failure will instruct Galasa that the event of a test method failure, the test will containue to run. This does not affect befores and afters, failures in these will continue to terminate the test. This annotation can be overridden by CPS property framework.continue.on.test.failure.