dispose method

void dispose()

Dispose the Tester and it's resources.

Implementation

void dispose() {
  _semanticsHandle.dispose();
}