#import @protocol Test; @interface TestFailure : NSObject { @private id test; NSException *exception; } - (id)initWithTest:(id)test exception:(NSException *)exception; - (id)failedTest; - (NSException *)raisedException; @end