ThrowTheSwitch / Ceedling

Ruby-based unit testing and build system for C projects

Home Page:http://throwtheswitch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If there is a failure scenario, i want to continue test suite

Emre-ee opened this issue · comments

Hi,

When I test my project, test suite does not continue if there is a failure scenario. I used Google Test framework and there is called EXPECT_EQ(expect, actual) macro. You can use it for this purpose. Do you think add new features to Unity like TEST_EXPECT_EQUAL(expect,actual) ?

Yes. I believe there is an open issue for this already? If not, it's definitely something we've talked about doing. :)