Class mtTester

  • All Implemented Interfaces:
    java.lang.Runnable

    public class mtTester
    extends java.lang.Object
    implements java.lang.Runnable
    mtTester grabs test and runs them forever. The spawner of tester is responsible for killing it.
    • Method Detail

      • run

        public void run()
        Run until killed or until there is a problem. If we get other than 'connection closed' we'll signal that we recieved a fatal error before quittiing; otherwise, we are silent.
        Specified by:
        run in interface java.lang.Runnable
      • stop

        public void stop()
      • noFailure

        public boolean noFailure()