14 lines
170 B
Mathematica
14 lines
170 B
Mathematica
|
#import <XCTest/XCTest.h>
|
||
|
|
||
|
@interface CocoaExampleTests : XCTestCase
|
||
|
|
||
|
@end
|
||
|
|
||
|
@implementation CocoaExampleTests
|
||
|
|
||
|
- (void)testExample {
|
||
|
XCTAssert(YES, @"Pass");
|
||
|
}
|
||
|
|
||
|
@end
|