teardownTestEnvironment static method

void teardownTestEnvironment()

Teardown test environment

Implementation

static void teardownTestEnvironment() {
  store.clear();
  Logger.clear();
}