tearDown static method

void tearDown()

Teardown all mock channels.

Implementation

static void tearDown() {
  reset();
  _isSetup = false;
}