SampleTest.m
- (void)testExample
{
XCTAssertNil([[NSBundle mainBundle] pathForResource:@"hoge" ofType:@"txt"],); // ない
XCTAssert([[NSBundle bundleForClass:[self class]] pathForResource:@"hoge" ofType:@"txt"],); // ある
}
Go to list of users who liked
More than 5 years have passed since last update.
- (void)testExample
{
XCTAssertNil([[NSBundle mainBundle] pathForResource:@"hoge" ofType:@"txt"],); // ない
XCTAssert([[NSBundle bundleForClass:[self class]] pathForResource:@"hoge" ofType:@"txt"],); // ある
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked