MCPcopy Create free account
hub / github.com/apache/impala / TEST_F

Function TEST_F

be/src/kudu/util/yamlreader-test.cc:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52TEST_F(YamlReaderTest, FileNotExist) {
53 YamlReader r("YamlReaderTest.NotExist");
54 Status s = r.Init();
55 ASSERT_TRUE(s.IsCorruption()) << s.ToString();
56 ASSERT_STR_CONTAINS(
57 s.ToString(), "YAML::LoadFile error");
58}
59
60TEST_F(YamlReaderTest, Corruption) {
61 unique_ptr<YamlReader> r;

Callers

nothing calls this directly

Calls 3

nodeMethod · 0.80
InitMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected