Prepare the environment. Rhino has localized error message... for instance for French
()
| 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. |
nothing calls this directly
no test coverage detected