Uses of Class
org.mactor.framework.TestContextImpl

Packages that use TestContextImpl
org.mactor.framework   
org.mactor.framework.commandexecutors   
org.mactor.framework.commandexecutors.bsh   
org.mactor.framework.commandexecutors.java   
org.mactor.framework.commandexecutors.shell   
org.mactor.framework.commandexecutors.sql   
 

Uses of TestContextImpl in org.mactor.framework
 

Constructors in org.mactor.framework with parameters of type TestContextImpl
TestEngine(java.lang.String testRunInstanceId, TestContextImpl context, TestFeedbackListener feedbackListener)
           
 

Uses of TestContextImpl in org.mactor.framework.commandexecutors
 

Methods in org.mactor.framework.commandexecutors with parameters of type TestContextImpl
 Message MessageBuilderCommandExecutor.buildMessage(TestContextImpl context)
           
static ActionCommandExecutor ActionCommandExecutorFactory.createExecutor(TestContextImpl context, ActionSpec spec)
           
static MessageBuilderCommandExecutor MessageBuilderCommandExecutorFactory.createExecutor(TestContextImpl context, MessageBuilderSpec spec)
           
static MessageSelectorCommandExecutor MessageSelectorCommandExecutorFactory.createExecutor(TestContextImpl context, MessageSelectorSpec spec)
           
static ValueCommandExecutor ValueCommandExecutorFactory.createExecutor(TestContextImpl context, ValueSpec spec)
           
 java.lang.String ValueCommandExecutor.extractValue(TestContextImpl context)
           
 void ActionCommandExecutor.perform(TestContextImpl context)
           
 

Uses of TestContextImpl in org.mactor.framework.commandexecutors.bsh
 

Methods in org.mactor.framework.commandexecutors.bsh with parameters of type TestContextImpl
 Message BshMessageBuilderCommandExecutor.buildMessage(TestContextImpl context)
           
static java.lang.Object BshUtil.executeCommand(java.util.Map<java.lang.String,java.lang.Object> variables, java.lang.String scriptFilename, TestContextImpl context)
           
 java.lang.String BshValueCommandExecutor.extractValue(TestContextImpl context)
           
 void BshActionCommandExecutor.perform(TestContextImpl context)
           
 

Uses of TestContextImpl in org.mactor.framework.commandexecutors.java
 

Methods in org.mactor.framework.commandexecutors.java with parameters of type TestContextImpl
 Message JavaMessageBuilderCommandExecutor.buildMessage(TestContextImpl context)
           
 java.lang.String SequenceValueCommandExecutor.extractValue(TestContextImpl context)
           
 java.lang.String JavaValueCommandExecutor.extractValue(TestContextImpl context)
           
 void JavaActionCommandExecutor.perform(TestContextImpl context)
           
 

Uses of TestContextImpl in org.mactor.framework.commandexecutors.shell
 

Methods in org.mactor.framework.commandexecutors.shell with parameters of type TestContextImpl
 Message ShellMessageBuilderCommandExecutor.buildMessage(TestContextImpl context)
           
 java.lang.String ShellValueCommandExecutor.extractValue(TestContextImpl context)
           
 void ShellActionCommandExecutor.perform(TestContextImpl context)
           
 

Uses of TestContextImpl in org.mactor.framework.commandexecutors.sql
 

Methods in org.mactor.framework.commandexecutors.sql with parameters of type TestContextImpl
 java.lang.String SqlValueCommandExecutor.extractValue(TestContextImpl context)
           
 void SqlActionCommandExecutor.perform(TestContextImpl context)
           
 



Copyright © 2008. All Rights Reserved.