MCPcopy Create free account
hub / github.com/cpputest/cpputest / TEST

Function TEST

tests/CppUTestExt/GTest1Test.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34static bool g_GTestEqual_has_been_called = false;
35TEST(GTestSimpleTest, GTestEqual)
36{
37 EXPECT_EQ(1, 1);
38 g_GTestEqual_has_been_called = true;
39}
40
41TEST(GTestSimpleTest, GTestAssertEq)
42{

Callers

nothing calls this directly

Calls 6

crashMeFunction · 0.85
testFailureWithFunction · 0.85
findTestWithNameMethod · 0.80
findTestWithGroupMethod · 0.80
runOneTestMethod · 0.45

Tested by

no test coverage detected