Files
shadowsocks-iOS/ShadowsocksXTests/ShadowsocksXTests.m
2014-02-19 17:26:39 +08:00

35 lines
655 B
Objective-C

//
// ShadowsocksXTests.m
// ShadowsocksXTests
//
// Created by clowwindy on 14-2-19.
// Copyright (c) 2014年 clowwindy. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface ShadowsocksXTests : XCTestCase
@end
@implementation ShadowsocksXTests
- (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
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end