OSDN Git Service

medalsを追加
[kcd/KCD.git] / KCDTests / KCDTests.m
1 //
2 //  KCDTests.m
3 //  KCDTests
4 //
5 //  Created by Hori,Masaki on 2013/12/31.
6 //  Copyright (c) 2013年 Hori,Masaki. All rights reserved.
7 //
8
9 #import <XCTest/XCTest.h>
10
11 @interface KCDTests : XCTestCase
12
13 @end
14
15 @implementation KCDTests
16
17 - (void)setUp
18 {
19     [super setUp];
20     // Put setup code here. This method is called before the invocation of each test method in the class.
21 }
22
23 - (void)tearDown
24 {
25     // Put teardown code here. This method is called after the invocation of each test method in the class.
26     [super tearDown];
27 }
28
29 - (void)testExample
30 {
31     XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
32 }
33
34 @end