JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
New
Deprecated
Index
Search
Help
JUnit
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