realm-js/tests/RealmJSTests.h

15 lines
307 B
C
Raw Normal View History

/* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
2015-08-13 16:12:48 +00:00
#import <XCTest/XCTest.h>
#import <RealmJS/RealmJS.h>
@interface RealmJSTests : XCTestCase
+ (NSArray *)testSuitesFromDictionary:(NSDictionary *)testCaseNames;
- (instancetype)initWithTestName:(NSString *)name;
2015-08-13 16:12:48 +00:00
@end