Annotation Type HiddenTest


@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@Test
@JupiterArtemisTest(HIDDEN)
public @interface HiddenTest
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.
Since:
0.1.0
Version:
1.0.1
Author:
Christian Femers
See Also:
Deadline