Uses of Interface
org.mactor.framework.TestContext

Packages that use TestContext
org.mactor.extensions   
org.mactor.extensions.xml   
org.mactor.framework   
org.mactor.framework.extensioninterface   
org.mactor.ui.cmd   
org.mactor.ui.gui.testrunner   
 

Uses of TestContext in org.mactor.extensions
 

Methods in org.mactor.extensions with parameters of type TestContext
 Message ForwardingMessageBuilder.buildMessage(TestContext context, java.lang.String templatePath, java.util.List<java.lang.String> params)
           
 java.lang.String RandomIntExtractor.extractValue(TestContext context, java.util.List<java.lang.String> params)
           
 java.lang.String CurrentTimeExtractor.extractValue(TestContext context, java.util.List<java.lang.String> params)
           
 void NodeMessageCountValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void DelayUntil.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void DelaySeconds.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void AssertNullValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void AssertNotNullValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void AssertNotEqualsValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void AssertEqualsValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 

Uses of TestContext in org.mactor.extensions.xml
 

Methods in org.mactor.extensions.xml with parameters of type TestContext
 Message XPathTemplateMessageBuilder.buildMessage(TestContext context, java.lang.String templatePath, java.util.List<java.lang.String> params)
           
 Message ForwardXslMessageBuilder.buildMessage(TestContext context, java.lang.String templatePath, java.util.List<java.lang.String> params)
           
 java.lang.String XPathIgnoreNsValueExtractor.extractValue(TestContext context, java.util.List<java.lang.String> params)
           
 void XPathIgnoreNsValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void XPathIgnoreNsRegExpValidator.perform(TestContext context, java.util.List<java.lang.String> params)
           
 void AssertXmlValid.perform(TestContext context, java.util.List<java.lang.String> params)
           
 

Uses of TestContext in org.mactor.framework
 

Classes in org.mactor.framework that implement TestContext
 class TestContextImpl
          Maintains context information about the current executing test
 

Methods in org.mactor.framework with parameters of type TestContext
static TestSummary_old TestSummary_old.create(TestContext context, java.util.LinkedList<TestEvent> events)
           
 void TestFeedbackListener.onNodeEvent(TestEvent event, TestContext context)
           
 void EventReporter.onNodeEvent(TestEvent event, TestContext context)
           
 void DefaultFeedBackLogger.onNodeEvent(TestEvent event, TestContext context)
           
 

Uses of TestContext in org.mactor.framework.extensioninterface
 

Methods in org.mactor.framework.extensioninterface with parameters of type TestContext
 Message MessageBuilderCommand.buildMessage(TestContext context, java.lang.String templatePath, java.util.List<java.lang.String> params)
          The method invoked by the testrunner to build the message
 java.lang.String ValueCommand.extractValue(TestContext context, java.util.List<java.lang.String> params)
          The method invoked by the testrunner to perform the action node.
 void ActionCommand.perform(TestContext context, java.util.List<java.lang.String> params)
          The method invoked by the testrunner to perform the action node.
 

Uses of TestContext in org.mactor.ui.cmd
 

Methods in org.mactor.ui.cmd with parameters of type TestContext
 void SimpleLogFeedbackHandler.onNodeEvent(TestEvent event, TestContext context)
           
 

Uses of TestContext in org.mactor.ui.gui.testrunner
 

Methods in org.mactor.ui.gui.testrunner that return TestContext
 TestContext TestProgressInfo.getContex()
           
 

Constructors in org.mactor.ui.gui.testrunner with parameters of type TestContext
TestProgressInfo(TestContext contex)
           
 



Copyright © 2008. All Rights Reserved.