MCPcopy Create free account
hub / github.com/apache/mesos / foreach

Function foreach

src/tests/csi_utils_tests.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 };
193
194 foreach (const string& example, examples) {
195 // NOTE: We use Google's JSON utility functions for proto3.
196 TypeParam versioned;
197 ASSERT_EQ(util::Status::OK, util::JsonStringToMessage(example, &versioned));
198 EXPECT_EQ(versioned, devolveAndEvolve(versioned)) << example;
199 }
200}
201
202} // namespace tests {

Callers

nothing calls this directly

Calls 1

devolveAndEvolveFunction · 0.85

Tested by

no test coverage detected