[lang-ref]
xUnit
>
xUnit
> Assert true ( cpp )
[lang-ref] Assert true ( cpp )
TEST(Xunit, AssertTrue) { // EXPECT_TRUE(x) bool r = (1 + 1 == 2); EXPECT_TRUE(r); }