Annotation Type MavenTest


@Target(METHOD) @Retention(RUNTIME) @Documented @Inherited @Test @API(status=EXPERIMENTAL, since="0.1.0") public @interface MavenTest

Defines the method to be a test which can be executed.

Author:
Karl Heinz Marbaise