DixieExceptionChaosProvider Class Reference
| Inherits from | DixieBaseChaosProvider : NSObject |
| Declared in | DixieExceptionChaosProvider.h DixieExceptionChaosProvider.m |
Class Methods
exception:
Creates an DixieExceptionChaosProvider
+ (instancetype)exception:(id)exceptionParameters
- exception
The exception to raise
Return Value
an DixieExceptionChaosProvider
Discussion
Creates an DixieExceptionChaosProvider
Declared In
DixieExceptionChaosProvider.hInstance Methods
chaosImplementationFor: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.h