kiwi-bdd / Kiwi

Simple BDD for iOS
BSD 3-Clause "New" or "Revised" License
4.14k stars 512 forks source link

expectFutureValue not working #708

Closed jsonseng closed 6 years ago

jsonseng commented 6 years ago

line 33 if ([_subject isKindOfClass:[KWFutureObject class]]) {

The Unit Test can't found the symbols. so the method of isKindOfClass doesn't work

jsonseng commented 6 years ago

KWMatcher.m

jsonseng commented 6 years ago

the cocospod file needs to choose the unit test target. If not, the method of isKindOfClass won't find the symbols. the expectFutureValue will always fail