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

Function TEST

tests/GoogleTest_Tests/GoogleTestApprovalsTests.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using namespace ApprovalTests;
5
6TEST(GoogleTestApprovalsTests, YouCanVerifyText)
7{
8 //std::cout << __FILE__ << std::endl;
9 Approvals::verify("My objects!");
10}
11
12TEST(GoogleTestApprovalsTests, TestStreamableObject)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected