You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ?
The text was updated successfully, but these errors were encountered:
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) ?
The text was updated successfully, but these errors were encountered: