in commons-testing-junit4/src/main/java/org/apache/commons/testing/junit4/AbstractAvailableLocalesTest.java [86:89]
public AbstractAvailableLocalesTest(final Locale locale) {
this.locale = locale;
this.rule = new DefaultLocaleTestRule(locale);
}