korat.testing.impl
Class AbstractTestCaseGenerator
java.lang.Object
korat.testing.impl.AbstractTestCaseGenerator
- Direct Known Subclasses:
- TestCradle
public abstract class AbstractTestCaseGenerator
- extends Object
- Author:
- Sasa Misailovic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clients
private List<ITestCaseListener> clients
specialClients
private List<ITestCaseListener> specialClients
out
protected PrintStream out
PRINT_CASES
private static boolean PRINT_CASES
interrupted
protected boolean interrupted
AbstractTestCaseGenerator
public AbstractTestCaseGenerator()
AbstractTestCaseGenerator
public AbstractTestCaseGenerator(PrintStream out)
attachClient
public void attachClient(ITestCaseListener client)
attachSpecialClient
public void attachSpecialClient(ITestCaseListener special)
detachClient
public void detachClient(ITestCaseListener client)
notifyClients
protected void notifyClients(Object testCase)
notifyTestFinished
protected void notifyTestFinished(long numOfExplored,
long numOfGenerated)
warning
protected void warning(String string,
IOException e)
log
protected void log(Object obj)
log
private void log(Object obj,
boolean carriageReturn)
log
protected void log(int[] vector)
log
protected void log(String str)
interrupt
public void interrupt()
isInterrupted
public boolean isInterrupted()