|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.uds.cs.st.dd.core.test.DDTest.SimpleTester
Internal class to provide a simple testing mechanism. * * @author Philipp Bouillon
Field Summary | |
private boolean |
debugMode
Flag to indicate if debugging information is shown or not. |
Constructor Summary | |
DDTest.SimpleTester(boolean debugInfo)
Constructa a SimpleTester object. |
Method Summary | |
private void |
displayOutput(TConfiguration c,
int result)
Displays some debugging output. |
int |
test(TConfiguration c)
This method overrides the method from the Tester interface. |
int |
test1(TConfiguration c)
Test 1: Fails for configurations that contain 5 and 8. |
int |
test2(TConfiguration c)
Test 2: Fails for configurations that contain the numbers 1 - 8. |
int |
test3(TConfiguration c)
Test 3: Fails for configurations that contain the numbers 1 - 8. |
int |
test4(TConfiguration c)
Test 4: Fails for configurations that contain the numbers 1 - 8. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean debugMode
Constructor Detail |
public DDTest.SimpleTester(boolean debugInfo)
Method Detail |
public int test(TConfiguration c)
test
in interface Tester
private void displayOutput(TConfiguration c, int result)
public int test1(TConfiguration c)
public int test2(TConfiguration c)
public int test3(TConfiguration c)
public int test4(TConfiguration c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |