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