Annotation Type UseClassPathAdjuster
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
public @interface UseClassPathAdjuster
Use this annotation to enable adjusting of the class path used by powermock
to locate class files.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends ClassPathAdjuster> value
-