MCPcopy Create free account
hub / github.com/apache/trafficserver / ExpectOutput

Method ExpectOutput

lib/yamlcpp/test/node/node_test.cpp:730–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728class NodeEmitterTest : public ::testing::Test {
729 protected:
730 void ExpectOutput(const std::string& output, const Node& node) {
731 Emitter emitter;
732 emitter << node;
733 ASSERT_TRUE(emitter.good());
734 EXPECT_EQ(output, emitter.c_str());
735 }
736
737 void ExpectAnyOutput(const Node& node, const std::string& output1,
738 const std::string& output2) {

Callers

nothing calls this directly

Calls 2

goodMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected