tearDown static method
void
tearDown()
Teardown all mock channels.
Implementation
static void tearDown() {
reset();
_isSetup = false;
}
Teardown all mock channels.
static void tearDown() {
reset();
_isSetup = false;
}