Annotation Type Public


@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@JupiterArtemisTest(PUBLIC)
public @interface Public
Marks a PUBLIC test case, uses the PdgpSecurityManager, can declare IOTester as parameter.

This annotation must be accompanied by some JUnit 5 test annotation, it will not cause test execution by itself! This makes it usable with different JUnit 5 runners.

Since:
0.2.0
Version:
1.0.0
Author:
Christian Femers