source:
orbit/iOS/Orbit/OrbitTests/OrbitTests.m
@
dccf843
Last change on this file since dccf843 was dccf843, checked in by Steve Castellotti <sc@…>, 10 years ago | |
---|---|
|
|
File size: 434 bytes |
Line | |
---|---|
1 | // |
2 | // OrbitTests.m |
3 | // OrbitTests |
4 | // |
5 | // Created by Steve Castellotti on 12/2/12. |
6 | // Copyright (c) 2012 Puzzlebox. All rights reserved. |
7 | // |
8 | |
9 | #import "OrbitTests.h" |
10 | |
11 | @implementation OrbitTests |
12 | |
13 | - (void)setUp |
14 | { |
15 | [super setUp]; |
16 | |
17 | // Set-up code here. |
18 | } |
19 | |
20 | - (void)tearDown |
21 | { |
22 | // Tear-down code here. |
23 | |
24 | [super tearDown]; |
25 | } |
26 | |
27 | - (void)testExample |
28 | { |
29 | STFail(@"Unit tests are not implemented yet in OrbitTests"); |
30 | } |
31 | |
32 | @end |
Note: See TracBrowser
for help on using the repository browser.