|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.String test)
|
protected abstract TestStep |
AbstractStrategyTestCase.createStrategy(java.lang.String test)
Implement this method to return a strategy to run for the given test. |
protected TestStep |
BasicJUnitStrategyTestCase.createStrategy(java.lang.String test)
|
protected TestStep |
AbstractMockStrategyTestCase.createStrategy(java.lang.String test)
|
protected TestStep |
RMockTestCase.createStrategy(java.lang.String test)
|
protected TestStep |
BasicJUnitStrategyTestCase.createTearDownStep(java.lang.String test)
|
protected TestStep |
RMockThreadSupportingTestCase.createTestStep(java.lang.String test)
|
protected TestStep |
BasicJUnitStrategyTestCase.createTestStep(java.lang.String test)
|
TestStep |
AbstractMockStrategyTestCase.createVerifyStep(java.lang.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||