JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
junit-jupiter-api
org.junit.jupiter.api
org.junit.jupiter.api.util
LocaleProvider
Contents
Description
Method Summary
Hide sidebar
Show sidebar
Interface LocaleProvider
All Superinterfaces:
Supplier
<
Locale
>
@API(status=STABLE, since="6.1")
public interface
LocaleProvider
extends
Supplier
<
Locale
>
Custom
Locale
provider for use with
DefaultLocale.localeProvider()
.
Since:
6.1
Method Summary
Methods inherited from interface
Supplier
get