Uses of Class
uk.co.evoco.testdata.Locale
-
Packages that use Locale Package Description uk.co.evoco.testdata -
-
Uses of Locale in uk.co.evoco.testdata
Methods in uk.co.evoco.testdata that return Locale Modifier and Type Method Description Locale
BankHolidays. getLocale()
static Locale
Locale. valueOf(String name)
Returns the enum constant of this type with the specified name.static Locale[]
Locale. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.evoco.testdata with parameters of type Locale Modifier and Type Method Description static String
Dates. futureDataAvoidingWeekendsAndBankHolidays(Locale locale, String startDate, int numberOfBusinessDaysToAdd, String dateFormat)
List<BankHoliday>
BankHolidays. get(Locale locale)
-