Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 64) sorted by relevance

123

/test/vts-testcase/kernel/toolchain/
Dvts_kernel_toolchain.cpp28 class KernelVersionTest : public ::testing::Test {
49 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr(needle))); in TEST_F()
55 ASSERT_THAT(version_, ::testing::HasSubstr(needle)); in TEST_F()
/test/vts/runners/target/gtest/
Dgtest_main.cpp57 const auto& gtest_color = ::testing::GTEST_FLAG(color); in ShouldUseColor()
234 class TestResultPrinter : public testing::EmptyTestEventListener {
237 virtual void OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
240 virtual void OnTestPartResult(const testing::TestPartResult& result);
243 const testing::TestInfo* pinfo_;
248 const testing::TestPartResult& result) { in OnTestPartResult()
250 if (result.type() == testing::TestPartResult::kSuccess) return; in OnTestPartResult()
353 if (testing::GTEST_FLAG(print_time)) { in OnTestEndPrint()
398 if (testing::GTEST_FLAG(print_time)) { in OnTestIterationEndPrint()
636 testing::InitGoogleTest(&new_argc, new_argv); in ChildProcessFn()
[all …]
/test/vts-testcase/kernel/api/tun/
Dvts_kernel_tun_test.cpp41 class VtsKernelTunTest : public ::testing::TestWithParam<short> {
90 ::testing::ValuesIn(kTunModes));
93 ::testing::InitGoogleTest(&argc, argv); in main()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.h24 namespace testing {
29 public ::testing::WithParamInterface<HalManifestPtr> {
DVtsTrebleVintfTestBase.h31 namespace testing {
38 class VtsTrebleVintfTestBase : public ::testing::Test {
DDeviceManifestTest.cpp25 namespace testing { namespace
121 ::testing::ValuesIn(GetTestManifests()));
Dutils.cpp31 namespace testing { namespace
169 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
DSystemVendorTest.cpp30 namespace testing { namespace
145 ::testing::ValuesIn(GetTestManifests()));
Dutils.h34 namespace testing {
129 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
Dmain.cpp20 ::testing::InitGoogleTest(&argc, argv); in main()
DSystemVendorTest.h25 namespace testing {
DDeviceMatrixTest.h26 namespace testing {
DDeviceManifestTest.h26 namespace testing {
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DVtsDashboardApiTransportTest.java31 import com.google.api.client.testing.http.HttpTesting;
32 import com.google.api.client.testing.http.MockHttpTransport;
33 import com.google.api.client.testing.http.MockLowLevelHttpRequest;
34 import com.google.api.client.testing.http.MockLowLevelHttpResponse;
/test/vts/testcases/vts_selftest/manual_tests/flaky_test/
Dvts_selftest_flaky_test.cpp26 class VtsSelfTestFlakyTest : public ::testing::Test {
83 ::testing::InitGoogleTest(&argc, argv); in main()
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetTestEnvBase.h26 namespace testing {
45 class VtsHalHidlTargetTestEnvBase : public ::testing::Environment {
DVtsHalHidlTargetTestBase.h30 namespace testing {
35 class VtsHalHidlTargetTestBase : public ::testing::Test {
DVtsCoreUtil.h19 namespace testing {
/test/vts/
DREADME.md3 VTS consists of a set of testing frameworks and test cases, designed to help
12 * structural (e.g., gTest and host-driven python) testing.
/test/vti/dashboard/src/test/java/com/android/vts/util/
DProfilingPointSummaryTest.java28 import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig;
29 import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
/test/vti/test_serving/script/
Drun-unittest.sh24 python testing/e2e_test.py
/test/vts/testcases/vts_selftest/manual_tests/zero_testcase_binary_test/
Dvts_selftest_zero_testcase_binary_test.cpp21 class VtsSelfTestFlakyTest : public ::testing::Test {
/test/vts/drivers/resource/fmq_driver/
DVtsFmqDriverTest.cpp40 class SyncReadWrites : public ::testing::Test {
66 class BlockingReadWrites : public ::testing::Test {
90 class UnsynchronizedWrites : public ::testing::Test {
/test/vts/tools/vts-tradefed/res/config/
Dplans.md4 plan are for the same target component or testing the same or similar aspect
35 * __vts-codelab-multi-device__: For VTS codelab of multi-device testing.
/test/app_compat/csuite/
DREADME.md3 C-Suite consists of the testing framework and test cases, designed to detect and report app

123