Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xCode の XCTest スイートにバグがあるようです。何か足りないのでしょうか、または true と false の間で値を切り替えると次のテストが失敗することがあるのはなぜですか?
-(void) testDescDefaultEmpty{ XCTAssertTrue(true, @"The description was incorrect"); }
新しいテストを実行する際に古いテストがクリアされないようです..