Package org.junit.jupiter.api.util
@NullMarked
package org.junit.jupiter.api.util
java.util-related support in JUnit Jupiter.- See Also:
-
ClassDescription
@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.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.