DixieBaseChaosProvider Class Reference
| Inherits from | NSObject |
| Declared in | DixieBaseChaosProvider.h DixieBaseChaosProvider.m |
Instance Methods
chaos
Returns a new behaviour implementation
- (IMP)chaosReturn Value
An implementation pointer
Discussion
Returns a new behaviour implementation
Declared In
DixieBaseChaosProvider.hchaosImplementationFor:environment:
The behaviour implementation
- (void)chaosImplementationFor:(id)victim environment:(id)environmentParameters
- victim
The class or instance of the class, that’s method should be changed
- environment
A DixieCallEnvironment, that describes the arguments and return value
Discussion
The behaviour implementation
Declared In
DixieBaseChaosProvider.hforwardChaosOf:environment:to:
Will forward the result of one DixieChaosProvider to the next.
- (void)forwardChaosOf:(id)victim environment:(id)environment to:(id)chaosProviderParameters
- victim
The class or instance of the class, that’s method should be changed
- environment
A DixieCallEnvironment, that describes the arguments and return value
- chaosProvider
The target DixieBaseChaosProvider, who should provider the behaviour
Discussion
Will forward the result of one DixieChaosProvider to the next.
Declared In
DixieBaseChaosProvider.h