Package de.uds.cs.st.dd.core.tester

Testing functionality for the Delta Debugging algorithm.

See:
          Description

Interface Summary
Tester To provide a test functionality for the Delta Debugging Algorithm, a class must implement this interface.
 

Class Summary
JUnitFileTester In conjunction with JUnitTester, this tester is used for automatic file testing of JUnit tests.
JUnitTester This tester is used for automatic JUnit testing.
NullTester A dummy tester that always returns PASS.
 

Package de.uds.cs.st.dd.core.tester Description

Testing functionality for the Delta Debugging algorithm. By implementing the Tester interface, a class can hook itself to the Delta Debugging algorithm. Classes for JUnit testing and for JUnit file testing are already provided.