Uses of Interface
de.uds.cs.st.dd.core.tester.Tester

Packages that use Tester
de.uds.cs.st.dd.core The core package contains all classes directly related to Delta Debugging and JUnit. 
de.uds.cs.st.dd.core.test Tests all classes of the core package (currently, only DD, OutcomeCache, and TConfiguration are tested). 
de.uds.cs.st.dd.core.tester Testing functionality for the Delta Debugging algorithm. 
 

Uses of Tester in de.uds.cs.st.dd.core
 

Fields in de.uds.cs.st.dd.core declared as Tester
private  Tester DD.tester
          Testing functionality.
 

Methods in de.uds.cs.st.dd.core that return Tester
 Tester DD.getTester()
          Returns the current tester object of this DD object.
 

Methods in de.uds.cs.st.dd.core with parameters of type Tester
 void DD.setTester(Tester tester)
          Sets the current tester of this DD object.
 

Constructors in de.uds.cs.st.dd.core with parameters of type Tester
DD(Tester tester)
          Creates a new DD object and initializes the variables to defaults.
DD(Tester tester, ISimpleViewer viewer)
          Creates a new DD object and initializes the variables to defaults.
 

Uses of Tester in de.uds.cs.st.dd.core.test
 

Classes in de.uds.cs.st.dd.core.test that implement Tester
private  class DDTest.SimpleTester
          Internal class to provide a simple testing mechanism.
 

Uses of Tester in de.uds.cs.st.dd.core.tester
 

Classes in de.uds.cs.st.dd.core.tester that implement Tester
 class JUnitFileTester
          In conjunction with JUnitTester, this tester is used for automatic file testing of JUnit tests.
 class JUnitTester
          This tester is used for automatic JUnit testing.
 class NullTester
          A dummy tester that always returns PASS.