Home
last modified time | relevance | path

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

123

/test/vts-testcase/kernel/toolchain/
Dvts_kernel_toolchain.cpp28 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/
Dcsuite_test_test.go27 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/
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.cpp28 namespace testing { namespace
103 ::testing::ValuesIn(GetTestManifests()));
Dutils.cpp31 namespace testing { namespace
124 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
DSystemVendorTest.cpp30 namespace testing { namespace
153 ::testing::ValuesIn(GetTestManifests()));
Dutils.h35 namespace testing {
130 void PrintTo(const android::vintf::testing::HalManifestPtr& v, ostream* os);
Dmain.cpp20 ::testing::InitGoogleTest(&argc, argv); in main()
DSystemVendorTest.h25 namespace testing {
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/
DCorrespondencesTest.java17 package com.android.csuite.testing;
19 import static com.android.csuite.testing.Correspondences.instanceOf;
DMoreAssertsTest.java17 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/
DCSuiteUnitTests.java32 com.android.csuite.testing.CorrespondencesTest.class,
33 com.android.csuite.testing.MoreAssertsTest.class,
/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-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp34 using testing::IsSupersetOf;
36 class GenericBootImageTest : public testing::Test {
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java18 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/
DVtsFmqDriverTest.cpp40 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/
DProfilingPointSummaryTest.java28 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/
DVtsAlertJobServletTest.java30 import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
31 import com.google.appengine.tools.development.testing.LocalUserServiceTestConfig;
/test/vti/test_serving/script/
Drun-unittest.sh24 python testing/e2e_test.py
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/include/libvts_vintf_test_common/
Dcommon.h25 namespace android::vintf::testing {

123