mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 22:05:57 +00:00
14 lines
279 B
Objective-C
14 lines
279 B
Objective-C
/* Copyright 2015 Realm Inc - All Rights Reserved
|
|
* Proprietary and Confidential
|
|
*/
|
|
|
|
#import <XCTest/XCTest.h>
|
|
|
|
@interface RealmJSTests : XCTestCase
|
|
|
|
+ (NSArray *)testSuitesFromDictionary:(NSDictionary *)testCaseNames;
|
|
|
|
- (instancetype)initWithTestName:(NSString *)name;
|
|
|
|
@end
|