Package | Description |
---|---|
com.agical.rmock.core.expectation | |
com.agical.rmock.core.strategy | |
com.agical.rmock.core.strategy.impl | |
com.agical.rmock.extension.junit |
Modifier and Type | Method and Description |
---|---|
void |
Engine.runStrategy(TestStep step) |
Modifier and Type | Method and Description |
---|---|
void |
StrategyRunner.runStrategy(TestStep step) |
Modifier and Type | Class and Description |
---|---|
class |
BeginVerifyStep |
class |
CompositeStep
This step runs several substeps in sequence.
|
class |
EndVerifyStep |
class |
ExceptionVerifierTestStepDecorator |
class |
FinallyStep |
class |
MethodStep |
class |
ThreadedCompositeStep |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ExceptionVerifierTestStepDecorator(TestStep testStep) |
Modifier and Type | Method and Description |
---|---|
protected TestStep |
BasicJUnitStrategyTestCase.createSetupStep(String test) |
protected abstract TestStep |
AbstractStrategyTestCase.createStrategy(String test)
Implement this method to return a strategy to run for the given test.
|
protected TestStep |
BasicJUnitStrategyTestCase.createStrategy(String test) |
protected TestStep |
RMockTestCase.createStrategy(String test) |
protected TestStep |
AbstractMockStrategyTestCase.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) |
Modifier and Type | Method and Description |
---|---|
protected TestStep |
AbstractMockStrategyTestCase.exceptionVerifierDecorator(TestStep testStep) |
Copyright © 2005-2013 Agical AB. All Rights Reserved.