Commit 42ce9538 authored by polo2013's avatar polo2013

init

parent 78142798
//
// _Tests.m
// 红Tests
//
// Created by 焦钟培 on 15/12/14.
// Copyright © 2015年 焦钟培. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface _Tests : XCTestCase
@end
@implementation _Tests
- (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.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
- (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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment