Annotation Type Hidden


@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@JqwikArtemisTest(HIDDEN)
public @interface Hidden
Marks a HIDDEN test case, can declare IOTester as parameter. This annotation requires a Deadline annotation to be set either on the test class or the test method. See Deadline for more information.

This annotation must be accompanied by some jqwik test annotation, it will not cause test execution by itself!

Since:
0.2.0
Version:
1.0.0
Author:
Christian Femers
See Also:
Deadline