Uses of Annotation Interface
org.junit.jupiter.api.util.WritesSystemProperty
Packages that use WritesSystemProperty
-
Uses of WritesSystemProperty in org.junit.jupiter.api.util
Classes in org.junit.jupiter.api.util with annotations of type WritesSystemPropertyModifier and TypeClassDescription@interface@ClearSystemPropertyis an annotation that is used to clear the value of a JVM system property for test execution.static @interface@ClearSystemPropertiesis a container for one or moreClearSystemPropertydeclarations.@interface@RestoreSystemPropertiesis an annotation that is used to restore the entire set of JVM system properties to its original state, or the state of the higher-level container, after execution of the annotated element has completed.@interface@SetSystemPropertyis an annotation that is used to set the value of a JVM system property for test execution.static @interface@SetSystemPropertiesis a container for one or moreSetSystemPropertydeclarations.