#import <SFUAssertionHandler.h>
Abgeleitet von NSAssertionHandler.
Öffentliche Methoden | |
| (void) | - displayAlertWithMessage: |
| (void) | - handleFailureInMethod:object:file:lineNumber:description: |
| (void) | - handleFailureInFunction:file:lineNumber:description: |
Öffentliche, statische Methoden | |
| (id) | + currentHandler |
Definiert in Zeile 9 der Datei SFUAssertionHandler.h.
| + (id) currentHandler |
Implementiert NSAssertionHandler.
| - (void) displayAlertWithMessage: | (id) | fp8 |
| - (void) handleFailureInMethod: | (SEL) | fp8 | ||
| object: | (id) | fp12 | ||
| file: | (id) | fp16 | ||
| lineNumber: | (int) | fp20 | ||
| description: | (id) | fp24 | ||
Implementiert NSAssertionHandler.
| - (void) handleFailureInFunction: | (id) | fp8 | ||
| file: | (id) | fp12 | ||
| lineNumber: | (int) | fp16 | ||
| description: | (id) | fp20 | ||
Implementiert NSAssertionHandler.