RNBridgeModuleIntegrationTest.m 360 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
#import <XCTest/XCTest.h>
#import "RNBridgeModule.h"
#import <OCMock/OCMock.h>

@interface RNBridgeModuleIntegrationTest : XCTestCase

@property (nonatomic, strong) RNBridgeModule* bridgeModule;

@end

@implementation RNBridgeModuleIntegrationTest

- (void)setUp {
    
}

- (void)tearDown {
    
}

- (void)testRequestPermissionsWithCategories {
    
}

@end