33 lines
463 B
Mathematica
33 lines
463 B
Mathematica
|
//
|
||
|
// cunnyfinderTests.m
|
||
|
// cunnyfinderTests
|
||
|
//
|
||
|
// Created by Femployee on 12/16/22.
|
||
|
// Copyright (c) 2022 FemboyFinancial. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "cunnyfinderTests.h"
|
||
|
|
||
|
@implementation cunnyfinderTests
|
||
|
|
||
|
- (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 cunnyfinderTests");
|
||
|
}
|
||
|
|
||
|
@end
|