Inherits from DixieBaseChaosProvider : NSObject
Declared in DixieExceptionChaosProvider.h
DixieExceptionChaosProvider.m

Overview

Provides a behaviour, where the method’s implementation will always crash on calling

Tasks

Other Methods

Other Methods

Properties

exception

The exception to raise

@property (readonly) NSException *exception

Discussion

The exception to raise

Declared In

DixieExceptionChaosProvider.h

Class Methods

exception:

Creates an DixieExceptionChaosProvider

+ (instancetype)exception:(id)exception

Parameters

exception

The exception to raise

Return Value

an DixieExceptionChaosProvider

Discussion

Creates an DixieExceptionChaosProvider

Declared In

DixieExceptionChaosProvider.h

Instance Methods

chaosImplementationFor:environment:

The behaviour implementation

- (void)chaosImplementationFor:(id)victim environment:(id)environment

Parameters

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