Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ JUnitTestOutput
Method
JUnitTestOutput
src/CppUTest/JUnitTestOutput.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
};
75
76
JUnitTestOutput::JUnitTestOutput() :
77
impl_(new JUnitTestOutputImpl)
78
{
79
}
80
81
JUnitTestOutput::~JUnitTestOutput()
82
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected