15 lines
307 B
Objective-C
15 lines
307 B
Objective-C
/* Copyright 2015 Realm Inc - All Rights Reserved
|
|
* Proprietary and Confidential
|
|
*/
|
|
|
|
#import <XCTest/XCTest.h>
|
|
#import <RealmJS/RealmJS.h>
|
|
|
|
@interface RealmJSTests : XCTestCase
|
|
|
|
+ (NSArray *)testSuitesFromDictionary:(NSDictionary *)testCaseNames;
|
|
|
|
- (instancetype)initWithTestName:(NSString *)name;
|
|
|
|
@end
|