IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.testgen.core
Interface ITestGeneratorLog


public interface ITestGeneratorLog

Log to be implemented by callers to TestGenerator to capture messages issued during test generation.


Method Summary
 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.
 

Method Detail

logMessage

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.

Parameters:
severity -
message -
component -

testGenerated

void testGenerated(IFile testFile)
Indicates that a test was successfully generated.

Parameters:
testFile -

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.