Searched refs:RunSuite (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/conformance/
H A Dconformance_test.h89 // suite.RunSuite(&runner, &output);
98 // Sets the list of tests that are expected to fail when RunSuite() is called.
99 // RunSuite() will fail unless the set of failing tests is exactly the same
109 bool RunSuite(ConformanceTestRunner* runner, std::string* output);
H A Dconformance_test_runner.cc307 bool ok = suite.RunSuite(&runner, &output);
H A Dconformance_test.cc600 bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner, function in class:google::protobuf::ConformanceTestSuite

Completed in 87 milliseconds