kiwi-bdd / Kiwi

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

Disable Kiwi expectation macros #425

Open dented42 opened 10 years ago

dented42 commented 10 years ago

If I want to use Kiwi with another expectation framework, like expecta, having both matchers tends to clog the namespace; For example both kiwi and expecta have conflicting macros named beNil. It would be helpful if one could go '#define KIWI_HIDE_EXPECTATION' before importing kiwi in order to prevent the expectation matchers (should, beNil, shouldNot, theValue, expectFutureValue, and so on) from being defined.

nonstriater commented 9 years ago

I got the some problem