Restore the environment.
()
| 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. |
nothing calls this directly
no test coverage detected