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.