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 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.