Searched refs:SystemTests (Results 1 – 2 of 2) sorted by relevance
/system/testing/gtest_extras/tests/ |
D | SystemTests.cpp | 62 class SystemTests : public ::testing::Test { class 145 void SystemTests::SanitizeOutput() { in SanitizeOutput() 167 void SystemTests::Exec(std::vector<const char*> args) { in Exec() 198 void SystemTests::ExecAndCapture(std::vector<const char*> args) { in ExecAndCapture() 214 void SystemTests::RunTest(const std::string& test_name, std::vector<const char*> extra_args) { in RunTest() 234 void SystemTests::RunTestCaptureFooter(const std::string& test_name, std::string* footer, in RunTestCaptureFooter() 252 void SystemTests::Verify(const std::string& test_name, const std::string& expected_output, in Verify() 261 void SystemTests::VerifySortedOutput(const std::string& test_name, in VerifySortedOutput() 272 TEST_F(SystemTests, verify_pass) { in TEST_F() argument 283 TEST_F(SystemTests, verify_pass_no_print_time) { in TEST_F() argument [all …]
|
/system/testing/gtest_extras/ |
D | Android.bp | 79 "tests/SystemTests.cpp", 83 "tests/SystemTests.cpp",
|