Annotation Type ForkJVMTestOnly


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Tag("ForkJVMTestOnly")
    public @interface ForkJVMTestOnly
    Used for isolating JVM for test in ZATS tests (@ForkJVMTestOnly). It means the flag of reuseForks=false for maven surefire.
    Author:
    jumperchen