// // fixtures.m // fixtures // // Created by Mark Larsen on 6/24/14. // Copyright (c) 2014 marklarr. All rights reserved. // #import "fixtures.h" @implementation fixtures - (void)testedMethod { NSLog(@"tested"); } - (void)untestedMethod { NSLog(@"untested"); } @end