Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
649 janba 1
//
2
//  MeshEditTests.m
3
//  MeshEditTests
4
//
5
//  Created by J. Andreas Bærentzen on 11/10/13.
6
//
7
//
8
 
9
#import <XCTest/XCTest.h>
10
 
11
@interface MeshEditTests : XCTestCase
12
 
13
@end
14
 
15
@implementation MeshEditTests
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