MCPcopy Create free account
hub / github.com/catchorg/Catch2 / str

Method str

tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 public:
33 std::ostream& stream() override { return sstr; }
34 std::string str() const { return sstr.str(); }
35 private:
36 std::stringstream sstr;
37 };

Callers 7

TestSpec.tests.cppFile · 0.45
encodeFunction · 0.45
Xml.tests.cppFile · 0.45
as_writtenFunction · 0.45
Json.tests.cppFile · 0.45
describeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected