Package com.github.sebersole.testkit
Annotation Type Project
-
@Inherited @Target({TYPE,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface ProjectNames the TestKit project to use. For TestKit setups with just a single TestKit project, this annotation is optional - the single project is acts as an implicit `@Project`- See Also:
ProjectScope
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the TestKit project
-