MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / TEST_F

Function TEST_F

tests/unit/sys/test_output.cxx:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32TEST_F(OutputTest, JustStdOutCpp) {
33 Output local_output;
34 local_output << "Hello, world!" << 1 << std::endl;
35
36 EXPECT_EQ(buffer.str(), "Hello, world!1\n");
37}
38
39TEST_F(OutputTest, JustStdOutPrintf) {
40 Output local_output;

Callers

nothing calls this directly

Calls 7

openMethod · 0.80
closeMethod · 0.80
printMethod · 0.80
disableMethod · 0.80
enableMethod · 0.80
strMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected