MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / beforeClass

Method beforeClass

src/test/java/org/htmlunit/WebTestCase.java:459–462  ·  view source on GitHub ↗

Prepare the environment. Rhino has localized error message... for instance for French

()

Source from the content-addressed store, hash-verified

457 * Rhino has localized error message... for instance for French
458 */
459 @BeforeAll
460 public static void beforeClass() {
461 Locale.setDefault(Locale.US);
462 }
463
464 /**
465 * Restore the environment.

Callers

nothing calls this directly

Calls 1

setDefaultMethod · 0.80

Tested by

no test coverage detected