Uses of Annotation Type
org.junitpioneer.jupiter.WritesSystemProperty
Packages that use WritesSystemProperty
-
Uses of WritesSystemProperty in org.junitpioneer.jupiter
Classes in org.junitpioneer.jupiter with annotations of type WritesSystemPropertyModifier and TypeClassDescription@interface@ClearSystemPropertyis a JUnit Jupiter extension to clear the value of a system property for a test execution.static @interfaceContaining annotation of repeatable@ClearSystemProperty.@interface@RestoreSystemPropertiesis a JUnit Jupiter extension to restore the entire set of system properties to the original value, or the value of the higher-level container, after the annotated element is complete.@interface@SetSystemPropertyis a JUnit Jupiter extension to set the value of a system property for a test execution.static @interfaceContaining annotation of repeatable@SetSystemProperty.