summaryrefslogtreecommitdiff
path: root/cakeside-iosTests/cakeside_iosTests.m
blob: b2a2f46a74fb7be30c33396c83183f444512c037 (plain)
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
26
27
28
29
30
31
32
//
//  cakeside_iosTests.m
//  cakeside-iosTests
//
//  Created by mo khan on 2013-07-14.
//  Copyright (c) 2013 mo khan. All rights reserved.
//

#import "cakeside_iosTests.h"

@implementation cakeside_iosTests

- (void)setUp
{
    [super setUp];
    
    // Set-up code here.
}

- (void)tearDown
{
    // Tear-down code here.
    
    [super tearDown];
}

- (void)testExample
{
    STFail(@"Unit tests are not implemented yet in cakeside-iosTests");
}

@end