Slide 19
Slide 19 text
ςετࣦഊ࣌ͷΨΠυ
• XCTAsserts
•("OK") is not equal to ("NG")
•(([number isKindOfClass:[NSString class]]) is true)
failed
• OCHamcrest
•Expected "NG", but was "OK"
•Expected an instance of NSString, but was
__NSCFNumber instance <100>
•Expecta
•expected: NG, got: OK
•expected: a kind of NSString, got: an instance of
__NSCFNumber, which is not a kind of NSString