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

All Known Implementing Classes:
DDTest.SimpleTester, JUnitTester, NullTester

public interface Tester

To provide a test functionality for the Delta Debugging Algorithm, a class must implement this interface. The test function will be called automatically from the DD class, if the Tester-class has been registered with DD.

Author:
Philipp Bouillon
See Also:
dd.core.DD#setTester(dd.core.tester.Tester)

Method Summary
 int test(TConfiguration c)
          Performs a test given the specified configuration.
 

Method Detail

test

public int test(TConfiguration c)
Performs a test given the specified configuration. * * @param c configuration to test. * @return int test outcome.