com.symbian.et.test.driver.commands.filesetbased
Class RunVisitor
java.lang.Object
com.symbian.et.test.driver.commands.filesetbased.FileSetBasedVisitor
com.symbian.et.test.driver.commands.filesetbased.RunVisitor
- All Implemented Interfaces:
- com.symbian.et.test.framework.Leaveable, com.symbian.et.test.framework.Visitor
- public final class RunVisitor
- extends FileSetBasedVisitor
- Author:
- EngineeringTools
Method Summary |
private void |
syncFiles(com.symbian.et.test.framework.TstComponent aTstComponent)
|
protected void |
triggerLeavingAction()
uninstall file (remove SIS if Platsec is on otherwise just delete files)
retrieve logs |
void |
visitSuite(com.symbian.et.test.framework.TstSuiteComposite aSuite)
sync files and that's it |
void |
visitTEFServer(com.symbian.et.test.framework.TEFSrv aServer)
do nothing |
void |
visitTst(com.symbian.et.test.framework.Tst aTst)
sync files and run test |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iCommandDispatch
private CommandDispatch iCommandDispatch
- The CommandDispatch.
RunVisitor
public RunVisitor()
visitTst
public void visitTst(com.symbian.et.test.framework.Tst aTst)
- sync files and run test
visitTEFServer
public void visitTEFServer(com.symbian.et.test.framework.TEFSrv aServer)
- do nothing
visitSuite
public void visitSuite(com.symbian.et.test.framework.TstSuiteComposite aSuite)
- sync files and that's it
syncFiles
private void syncFiles(com.symbian.et.test.framework.TstComponent aTstComponent)
triggerLeavingAction
protected void triggerLeavingAction()
- uninstall file (remove SIS if Platsec is on otherwise just delete files)
retrieve logs
- Specified by:
triggerLeavingAction
in class FileSetBasedVisitor