GildedRose-Refactoring-Kata/Tennis/objc/TennisTests/TennisTests.h

15 lines
306 B
Objective-C

//
// TennisTests.h
// TennisTests
//
// Created by Stefan on 05/31/13.
// Copyright (c) 2013 Stefan van den Oord. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface TennisTests : SenTestCase
- (id)initWithInvocation:(NSInvocation *)invocation scores:(NSArray *)scores;
@end