Package org.junit.jupiter.api.util
@NullMarked
package org.junit.jupiter.api.util
java.util-related support in JUnit Jupiter.- See Also:
-
ClassDescription
@ClearSystemPropertyis an annotation that is used to clear the value of a JVM system property for test execution.@ClearSystemPropertiesis a container for one or moreClearSystemPropertydeclarations.@DefaultLocaleis a JUnit Jupiter extension for changing the value returned byLocale.getDefault()for a test execution.@DefaultTimeZoneis a JUnit Jupiter extension for changing the value returned byTimeZone.getDefault()for a test execution.CustomLocaleprovider for use withDefaultLocale.localeProvider().Marks tests that read the default locale but don't use the@DefaultLocaleextension themselves.Marks tests that read the default time zone but don't use the@DefaultTimeZoneextension themselves.@ReadsSystemPropertymarks tests that read system properties but do not use the JVM system properties extensions themselves.@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.@SetSystemPropertyis an annotation that is used to set the value of a JVM system property for test execution.@SetSystemPropertiesis a container for one or moreSetSystemPropertydeclarations.CustomTimeZoneprovider for use withDefaultTimeZone.timeZoneProvider().Marks tests that write the default locale but don't use the@DefaultLocaleextension themselves.Marks tests that write the default time zone but don't use the@DefaultTimeZoneextension themselves.@WritesSystemPropertymarks tests that write system properties but do not use the JVM system properties extensions themselves.