MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / TEST

Function TEST

examples/cpputest_starter/cpputest_starter_test.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4TEST_GROUP(CppUTestStarter){};
5
6TEST(CppUTestStarter, Sample)
7{
8 // TODO Replace 42 with the value or object whose contents you are verifying.
9 // For help, see:
10 // https://approvaltestscpp.readthedocs.io/en/latest/generated_docs/ToString.html
11 ApprovalTests::Approvals::verify(42);
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected