33 lines
463 B
Objective-C
33 lines
463 B
Objective-C
//
|
|
// 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
|