cunny-corrector/cunnyfinderTests/cunnyfinderTests.m

33 lines
463 B
Mathematica
Raw Normal View History

2022-12-16 00:24:27 -08:00
//
// 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