com.metamatrix.core.commandshell
Interface ScriptResultListener
public interface ScriptResultListener
Interface used by the command line shell as a callback when a script includes the definition of expected results.
|
Method Summary |
void |
scriptResults(java.lang.String scriptFileName,
java.lang.String scriptName,
java.lang.String expected,
java.lang.String actual)
Invoked when a script command included a specification of the expected results. |
scriptResults
void scriptResults(java.lang.String scriptFileName,
java.lang.String scriptName,
java.lang.String expected,
java.lang.String actual)
- Invoked when a script command included a specification of the expected results.
- Parameters:
expected - The results the script expected.actual - The actual results returned by the command.
Copyright © 2009. All Rights Reserved.