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

The core package contains all classes directly related to Delta Debugging and JUnit.

See:
          Description

Class Summary
DD Main Delta Debugging class.
InputDeltaDebugger Delta Debugging algorithm for files.
JUnitRunner The JUnitRunner is used to launch a JUnit configuration automatically.
OutcomeCache This class holds test outcomes for configurations.
TConfiguration Stores a specific test configuration.
 

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

The core package contains all classes directly related to Delta Debugging and JUnit. The main class of this package is the DD class that implements the Delta Debugging algorithm itself. The JUnitRunner extends BaseTestRunner from the JUnit framework and is used (in conjunction with DD) to perform Delta Debugging on JUnit tests.