public interface ITestGeneratorLog
TestGenerator
to capture messages issued
during test generation.Modifier and Type | Method and Description |
---|---|
void |
logMessage(com.ibm.rational.test.lt.recorder.core.util.LogMessageSeverity severity,
String message,
String component)
Indicates that a component issued a message during the test generation.
|
void |
testGenerated(IFile testFile)
Indicates that a test was successfully generated.
|
void logMessage(com.ibm.rational.test.lt.recorder.core.util.LogMessageSeverity severity, String message, String component)
severity
- message
- component
- void testGenerated(IFile testFile)
testFile
- © Copyright IBM Corp. 2013. All rights reserved.