Annotation Interface ForkedClassPath


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @ExtendWith(ModifiedClassPathExtension.class) public @interface ForkedClassPath
Annotation used to fork the classpath. This can be helpful when using annotations on parameterized tests, or where neither ClassPathExclusions or ClassPathOverrides are needed, but just a copy of the classpath.
从以下版本开始:
4.0
作者:
Christoph Dreis