Skip to content
Snippets Groups Projects
Commit d1a8cc08 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Adds podspec for RxLibrary and sample app

parent 5e0efd95
No related branches found
No related tags found
No related merge requests found
//
// SampleTests.m
// SampleTests
//
// Created by Jorge Canizalez Diaz on 2/16/15.
// Copyright (c) 2015 gRPC. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <XCTest/XCTest.h>
@interface SampleTests : XCTestCase
@end
@implementation SampleTests
- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown {
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample {
// This is an example of a functional test case.
XCTAssert(YES, @"Pass");
}
- (void)testPerformanceExample {
// This is an example of a performance test case.
[self measureBlock:^{
// Put the code you want to measure the time of here.
}];
}
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment