Contract Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | Contract.h Contract.m |
+ fail
Logs the current stack trace and exits the current application.
+ (void)failDiscussion
Logs the current stack trace and exits the current application.
Declared In
Contract.h
+ notImplemented
Invoked when a method is not implemented
+ (void)notImplementedDiscussion
Invoked when a method is not implemented
Declared In
Contract.h
+ requires:
Asserts a condition is true, and if false, logs the current stack trace and exits the current application.
+ (void)requires:(bool)conditionParameters
condition |
The condition to be tested |
|---|
Discussion
Asserts a condition is true, and if false, logs the current stack trace and exits the current application.
Declared In
Contract.h