Using ASSERT and EXPECT in GoogleTest

Posted by martjno on Stack Overflow See other posts from Stack Overflow or by martjno
Published on 2010-04-02T06:21:29Z Indexed on 2010/04/02 6:23 UTC
Read the original article Hit count: 320

Filed under:
|
|

While ASSERT_* macros cause termination of test case, EXPECT_* macros continue its evaluation. I would like to know which is the criteria to decide whether to use one or the other.

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about googletest