Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.simscomputing.testbed.TesterListener

Uses of TesterListener in com.simscomputing.testbed
 

Methods in com.simscomputing.testbed with parameters of type TesterListener
 TestResultCollection TestCaseCollection.exercise(boolean runNow, TesterListener exerciseListener)
           
 TestResultCollection TestCaseCollection.exercise(boolean runNow, TesterListener exerciseListener, TestResultCollection r, int methodCount)
          Exercises the TestCaseCollection.
private  int TestCaseCollection.examineMethods(boolean runNow, TestResultCollection testResultCollection, TesterListener exerciseListener, int totalTests)
           
protected  void TestCaseCollection.exerciseTestCase(boolean runNow, java.lang.reflect.Method testCaseMethod, TestResultCollection testResultCollection, TesterListener exerciseListener, int testedSoFar, int totalTests, TestCaseCollection exercisee)
          Exercises a single test case.