ResetRefreshDatabaseState
final class ResetRefreshDatabaseState implements AfterAll, BeforeAll
Resets the database state before and after all tests in a class.
Methods
void
beforeAll()
Handle the attribute before all tests.
void
afterAll()
Handle the attribute after all tests.
static void
run()
Execute the state reset.
Details
at line 21
void
beforeAll()
Handle the attribute before all tests.
at line 29
void
afterAll()
Handle the attribute after all tests.
at line 37
static void
run()
Execute the state reset.