/test/vts-testcase/kernel/toolchain/ |
D | vts_kernel_toolchain.cpp | 28 class KernelVersionTest : public ::testing::Test { 51 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr(needle))); in TEST_F() 57 ASSERT_THAT(version_, ::testing::HasSubstr(needle)); in TEST_F() 63 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr(needle))); in TEST_F() 64 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr("GNU Binutils"))); in TEST_F() 65 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr("binutils"))); in TEST_F() 71 ASSERT_THAT(version_, ::testing::Not(::testing::HasSubstr(needle))); in TEST_F() 77 ASSERT_THAT(version_, ::testing::HasSubstr(needle)); in TEST_F()
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test_test.go | 27 func TestBpContainsTestHostPropsThrowsError(t *testing.T) { 41 func TestBpContainsManifestThrowsError(t *testing.T) { 55 func TestBpMissingNameThrowsError(t *testing.T) { 67 func TestBpMissingTemplatePathThrowsError(t *testing.T) { 80 func TestValidBpMissingPlanIncludeDoesNotThrowError(t *testing.T) { 91 func TestValidBpMissingPlanIncludeGeneratesPlanXmlWithoutPlaceholders(t *testing.T) { 108 func TestGeneratedTestPlanContainsPlanName(t *testing.T) { 125 func TestGeneratedTestPlanContainsTemplatePath(t *testing.T) { 142 func TestTemplateFileCopyRuleExists(t *testing.T) { 156 func TestGeneratedTestPlanContainsPlanInclude(t *testing.T) { [all …]
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 57 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/ |
D | vts_kernel_tun_test.cpp | 41 class VtsKernelTunTest : public ::testing::TestWithParam<short> { 90 ::testing::ValuesIn(kTunModes)); 93 ::testing::InitGoogleTest(&argc, argv); in main()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.h | 24 namespace testing { 29 public ::testing::WithParamInterface<HalManifestPtr> {
|
D | VtsTrebleVintfTestBase.h | 31 namespace testing { 38 class VtsTrebleVintfTestBase : public ::testing::Test {
|
D | DeviceManifestTest.cpp | 28 namespace testing { namespace 103 ::testing::ValuesIn(GetTestManifests()));
|
D | utils.cpp | 31 namespace testing { namespace 124 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
|
D | SystemVendorTest.cpp | 30 namespace testing { namespace 153 ::testing::ValuesIn(GetTestManifests()));
|
D | utils.h | 35 namespace testing { 130 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
|
D | main.cpp | 20 ::testing::InitGoogleTest(&argc, argv); in main()
|
D | SystemVendorTest.h | 25 namespace testing {
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/ |
D | CorrespondencesTest.java | 17 package com.android.csuite.testing; 19 import static com.android.csuite.testing.Correspondences.instanceOf;
|
D | MoreAssertsTest.java | 17 package com.android.csuite.testing; 19 import static com.android.csuite.testing.MoreAsserts.assertThrows;
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/ |
D | CSuiteUnitTests.java | 32 com.android.csuite.testing.CorrespondencesTest.class, 33 com.android.csuite.testing.MoreAssertsTest.class,
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.h | 26 namespace testing { 45 class VtsHalHidlTargetTestEnvBase : public ::testing::Environment {
|
D | VtsHalHidlTargetTestBase.h | 30 namespace testing { 35 class VtsHalHidlTargetTestBase : public ::testing::Test {
|
D | VtsCoreUtil.h | 19 namespace testing {
|
/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 34 using testing::IsSupersetOf; 36 class GenericBootImageTest : public testing::Test {
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/ |
D | AppRemoteFileResolverTest.java | 18 import static com.android.csuite.testing.Correspondences.instanceOf; 19 import static com.android.csuite.testing.MoreAsserts.assertThrows; 33 import com.google.common.testing.NullPointerTester;
|
/test/vts/drivers/resource/fmq_driver/ |
D | VtsFmqDriverTest.cpp | 40 class SyncReadWrites : public ::testing::Test { 66 class BlockingReadWrites : public ::testing::Test { 90 class UnsynchronizedWrites : public ::testing::Test {
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | ProfilingPointSummaryTest.java | 28 import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig; 29 import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsAlertJobServletTest.java | 30 import com.google.appengine.tools.development.testing.LocalServiceTestHelper; 31 import com.google.appengine.tools.development.testing.LocalUserServiceTestConfig;
|
/test/vti/test_serving/script/ |
D | run-unittest.sh | 24 python testing/e2e_test.py
|
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/include/libvts_vintf_test_common/ |
D | common.h | 25 namespace android::vintf::testing {
|