Annotation Type Project


  • @Inherited
    @Target({TYPE,METHOD,PARAMETER})
    @Retention(RUNTIME)
    public @interface Project
    Names 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.String value
      The name of the TestKit project
    • Element Detail

      • value

        java.lang.String value
        The name of the TestKit project