MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

base/static_assert_test.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace toft {
13
14TEST(StaticAssert, Test)
15{
16 TOFT_STATIC_ASSERT(1 == 1);
17 TOFT_STATIC_ASSERT(1 == 1, "1 should be equal to 1");
18}
19
20TEST(StaticAssert, NoCompileTest)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected