こういう時は、[NSBundle bundleForClass:[MyAppTests class]] などして Bundle を指定してあげるのが良さそうだ。
NSBundle *bundle = [NSBundle bundleForClass:[MyAppTests class]]; //Accurateness test NSString *path = [bundle pathForResource:@"test_data" ofType:@"txt"]; NSString *str = [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:NULL]; STAssertTrue([MyApp myMethod:str], @"myMethod");
0 件のコメント:
コメントを投稿