Created
November 15, 2011 03:25
-
-
Save Kevinwlee/1366039 to your computer and use it in GitHub Desktop.
KIF Framework Before
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "KIFTestController.h" | |
@interface AQTestController : KIFTestController | |
@end | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import "AQTestController.h" | |
#import "KIFTestScenario.h" | |
#import "KIFTestScenario+AQAdditions.h" | |
@implementation AQTestController | |
- (void)initializeScenarios { | |
} | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "KIFTestScenario.h" | |
@interface KIFTestScenario (AQAdditions) | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "KIFTestScenario.h" | |
@interface KIFTestScenario (AQAdditions) | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "KIFTestScenario.h" | |
@interface KIFTestScenario (AQAdditions) | |
@end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/Foundation.h> | |
#import "KIFTestScenario.h" | |
@implementation KIFTestScenario (AQAdditions) | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment