Home
last modified time | relevance | path

Searched refs:CheckOutput (Results 1 – 1 of 1) sorted by relevance

/system/core/cli-test/
Dcli-test.cpp193 static bool CheckOutput(const char* what, std::string actual_output, in CheckOutput() function
245 if (!CheckOutput("stdout", test_stdout.str(), test.expected_stdout, FILES)) failed = true; in RunTests()
246 if (!CheckOutput("stderr", test_stderr.str(), test.expected_stderr, FILES)) failed = true; in RunTests()