realm-js/tests/ios/RealmJSTests.h

14 lines
279 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>
@interface RealmJSTests : XCTestCase
+ (NSArray *)testSuitesFromDictionary:(NSDictionary *)testCaseNames;
- (instancetype)initWithTestName:(NSString *)name;
2015-08-13 16:12:48 +00:00
@end