public class TestCase23 extends AbstractTestCase implements ProcessEventListener
Note that chaining is inherent complex, because you have to take care of closing the pipe between commands yourself in case of errors. If you pipe commands on the commandline, the shell takes care of this and you don't have to care about it, but with java, it's different.
iArgs, iImageDir, iTmpImage| Constructor and Description |
|---|
TestCase23() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description of the test.
|
static void |
main(String[] args)
Main method.
|
void |
processInitiated(ProcessEvent pEvent)
This method is called at process initiation.
|
void |
processStarted(ProcessEvent pEvent)
This method is called at process startup.
|
void |
processTerminated(ProcessEvent pEvent)
This method is called at normal or abnormal process termination.
|
void |
run()
Run the test.
|
runTestpublic String getDescription()
getDescription in interface TestCasepublic static void main(String[] args)
public void run()
throws Exception
public void processInitiated(ProcessEvent pEvent)
processInitiated in interface ProcessEventListenerpublic void processStarted(ProcessEvent pEvent)
processStarted in interface ProcessEventListenerpublic void processTerminated(ProcessEvent pEvent)
processTerminated in interface ProcessEventListenerCopyright © 2019. All rights reserved.