Class InstructionTestSystem

  • All Implemented Interfaces:
    TestSystem

    public class InstructionTestSystem
    extends java.lang.Object
    implements TestSystem
    • Constructor Summary

      Constructors 
      Constructor Description
      InstructionTestSystem​(java.lang.StringBuilder result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addTestSystemListener​(TestSystemListener listener)
      Add a listener for test system events.
      void bye()
      Close the test system.
      java.lang.String getName()
      Get the test system name identifier, as it was provided by the user.
      boolean isSuccessfullyStarted()
      System is up and running.
      void kill()
      Kill the test system.
      void runTests​(TestPage page)
      Run a collection of tests.
      void start()
      Start the test system.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InstructionTestSystem

        public InstructionTestSystem​(java.lang.StringBuilder result)