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

Method afterClass

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

Restore the environment.

()

Source from the content-addressed store, hash-verified

465 * Restore the environment.
466 */
467 @AfterAll
468 public static void afterClass() {
469 Locale.setDefault(SAVE_LOCALE);
470 }
471
472 /**
473 * Verifies the captured alerts.

Callers

nothing calls this directly

Calls 1

setDefaultMethod · 0.80

Tested by

no test coverage detected