Creates the sandbox.
()
| 14 | * Creates the sandbox. |
| 15 | */ |
| 16 | @BeforeAll public static void initTests() { |
| 17 | initSandbox(); |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Removes test databases and closes the database context. |
nothing calls this directly
no test coverage detected