Uses of Interface
com.agical.rmock.core.strategy.TestStep

Packages that use TestStep
com.agical.rmock.core.expectation   
com.agical.rmock.core.strategy   
com.agical.rmock.core.strategy.impl   
com.agical.rmock.extension.junit   
 

Uses of TestStep in com.agical.rmock.core.expectation
 

Methods in com.agical.rmock.core.expectation with parameters of type TestStep
 void Engine.runStrategy(TestStep step)
           
 

Uses of TestStep in com.agical.rmock.core.strategy
 

Methods in com.agical.rmock.core.strategy with parameters of type TestStep
 void StrategyRunner.runStrategy(TestStep step)
           
 

Uses of TestStep in com.agical.rmock.core.strategy.impl
 

Classes in com.agical.rmock.core.strategy.impl that implement TestStep
 class BeginVerifyStep
           
 class CompositeStep
          This step runs several substeps in sequence.
 class EndVerifyStep
           
 class ExceptionVerifierTestStepDecorator
           
 class FinallyStep
           
 class MethodStep
           
 class ThreadedCompositeStep
           
 

Methods in com.agical.rmock.core.strategy.impl with parameters of type TestStep
 void ThreadedCompositeStep.addStep(TestStep testStep)
           
 void CompositeStep.addStep(TestStep step)
          Adds a substep to run
 void FinallyStep.setFinallyStep(TestStep protectedStep)
           
 void FinallyStep.setMainStep(TestStep mainStep)
           
 

Constructors in com.agical.rmock.core.strategy.impl with parameters of type TestStep
ExceptionVerifierTestStepDecorator(TestStep testStep)
           
 

Uses of TestStep in com.agical.rmock.extension.junit
 

Methods in com.agical.rmock.extension.junit that return TestStep
protected  TestStep BasicJUnitStrategyTestCase.createSetupStep(String test)
           
protected  TestStep AbstractMockStrategyTestCase.createStrategy(String test)
           
protected  TestStep BasicJUnitStrategyTestCase.createStrategy(String test)
           
protected abstract  TestStep AbstractStrategyTestCase.createStrategy(String test)
          Implement this method to return a strategy to run for the given test.
protected  TestStep RMockTestCase.createStrategy(String test)
           
protected  TestStep BasicJUnitStrategyTestCase.createTearDownStep(String test)
           
protected  TestStep BasicJUnitStrategyTestCase.createTestStep(String test)
           
protected  TestStep RMockThreadSupportingTestCase.createTestStep(String test)
           
 TestStep AbstractMockStrategyTestCase.createVerifyStep(String name)
           
protected  TestStep AbstractMockStrategyTestCase.exceptionVerifierDecorator(TestStep testStep)
           
 

Methods in com.agical.rmock.extension.junit with parameters of type TestStep
protected  TestStep AbstractMockStrategyTestCase.exceptionVerifierDecorator(TestStep testStep)
           
 



Copyright © 2005-2011 Agical AB. All Rights Reserved.