Home
last modified time | relevance | path

Searched refs:testing (Results 1 - 25 of 1114) sorted by relevance

12345678910>>...45

/test/xts/dcts/distributedhardware/distributedinputtest/
H A Ddistributed_input_test.cpp21 using namespace testing::ext;
161 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0100, testing::ext::TestSize.Level0) in HWTEST_F()
169 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0200, testing::ext::TestSize.Level0) in HWTEST_F()
177 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0300, testing::ext::TestSize.Level0) in HWTEST_F()
186 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0400, testing::ext::TestSize.Level0) in HWTEST_F()
195 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0500, testing::ext::TestSize.Level0) in HWTEST_F()
203 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0600, testing::ext::TestSize.Level0) in HWTEST_F()
211 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0700, testing::ext::TestSize.Level0) in HWTEST_F()
220 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0800, testing::ext::TestSize.Level0) in HWTEST_F()
229 HWTEST_F(DistributedInputTest, SUB_DH_DInput_Dcts_0900, testing
[all...]
/test/xts/acts/global_lite/i18n_lite/datetime_posix/src/
H A DUnitDateTimeTest.cpp21 using namespace testing::ext;
24 using namespace testing;
26 class DateTimeTest : public ::testing::TestWithParam<LocaleInfo> {
33 class DateTimeLocaleRecallTest : public testing::Test {
44 class DateTimeApplyPatternTest : public testing::Test {};
86 EXPECT_EQ(appendTo, testing::g_dataTimeFormatPositive[localeIndex][i]); in HWTEST_P()
116 EXPECT_EQ(appendTo, testing::g_dateTimeFormat[localeIndex][i]); in HWTEST_P()
146 EXPECT_EQ(appendTo, testing::g_dateTimeFormatNegative[localeIndex][i]); in HWTEST_P()
418 EXPECT_EQ(appendTo, testing::g_dataTimeFormatPositive[localeIndex][0]); in HWTEST_F()
437 EXPECT_EQ(appendTo, testing in HWTEST_F()
[all...]
/test/testfwk/arkxtest/testserver/test/unittest/
H A Dtest_server_service_test.cpp31 using namespace testing::ext;
74 class ServiceTest : public testing::Test {
105 EXPECT_CALL(*testServerServiceMock_, IsRootVersion()).WillOnce(testing::Return(true)); in HWTEST_F()
113 EXPECT_CALL(*testServerServiceMock_, IsRootVersion()).WillOnce(testing::Return(false)); in HWTEST_F()
114 EXPECT_CALL(*testServerServiceMock_, IsDeveloperMode()).WillOnce(testing::Return(true)); in HWTEST_F()
122 EXPECT_CALL(*testServerServiceMock_, IsRootVersion()).WillOnce(testing::Return(false)); in HWTEST_F()
123 EXPECT_CALL(*testServerServiceMock_, IsDeveloperMode()).WillOnce(testing::Return(false)); in HWTEST_F()
189 class CallerDetectTimerTest : public testing::Test {
/test/xts/acts/kernel_lite/time_posix/src/
H A DClockID.h38 static const auto ALL_CLOCK_IDS = testing::Values(CLOCK_REALTIME, CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID,
42 static const auto ALL_SUPPORTED_IDS = testing::Values(CLOCK_MONOTONIC, CLOCK_REALTIME,
45 class AllClockIDTest : public testing::TestWithParam<int> {
47 class SupportedClockIDTest : public testing::TestWithParam<int> {
H A DSleepTest.cpp25 using namespace testing::ext;
27 class UsleepParamTest : public testing::TestWithParam<int> {
29 class SleepParamTest : public testing::TestWithParam<int> {
31 class SleepTest : public testing::Test {
/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/
H A DUnitDateTimeRecallTest.cpp21 using namespace testing::ext;
24 using namespace testing;
26 class DateTimeTest : public ::testing::TestWithParam<LocaleInfo> {};
28 class DateTimeLocaleRecallTest : public testing::Test {
39 class DateTimePreformanceTest : public testing::Test {
/test/xts/acts/xts_lite/device_attest_lite/device_attestQuerry_posix/src/
H A Ddevice_attest_querry.cpp26 using namespace testing::ext;
28 class DeviceAttestQuerryTest : public testing::Test {
38 ::testing::AssertionResult AttestStatusValid(AttestResultInfo attestResultInfo) in AttestStatusValid()
87 return ::testing::AssertionSuccess(); in AttestStatusValid()
89 return ::testing::AssertionFailure() << failString.c_str(); in AttestStatusValid()
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
H A Ddistribute_demo.cpp25 using namespace testing::ext;
106 testing::AddGlobalTestEnvironment(g_pDistributetestEnv); in main()
107 testing::GTEST_FLAG(output) = "xml:./"; in main()
108 testing::InitGoogleTest(&argc, argv); in main()
/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/
H A Ddevattest_test.cpp22 using namespace testing::ext;
35 ::testing::AssertionResult AttestStatusValid(AttestResultInfo attestResultInfo) in AttestStatusValid()
79 return ::testing::AssertionSuccess(); in AttestStatusValid()
81 return ::testing::AssertionFailure() << failString.c_str(); in AttestStatusValid()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingRecordCmdUtilsDestroyTest.cpp42 using namespace testing;
43 using namespace testing::ext;
48 class DrawingRecordCmdUtilsDestroyTest : public testing::Test {};
H A DDrawingNativeColorSpaceTest.cpp41 using namespace testing;
42 using namespace testing::ext;
47 class DrawingNativeColorSpaceTest : public testing::Test {};
H A DDrawingNativeMemoryStreamTest.cpp27 using namespace testing;
28 using namespace testing::ext;
33 class DrawingNativeMemoryStreamTest : public testing::Test {};
H A DDrawingRecordCmdUtilsBeginTest.cpp42 using namespace testing;
43 using namespace testing::ext;
48 class DrawingRecordCmdUtilsBeginRecordingTest : public testing::Test {};
H A DDrawingNativeColorTest.cpp41 using namespace testing;
42 using namespace testing::ext;
47 class DrawingNativeColorTest : public testing::Test {};
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_FontCollectionTest.cpp21 using namespace testing;
22 using namespace testing::ext;
25 class OH_Drawing_FontCollectionTest : public testing::Test {
H A DNativeDrawingRegionTest.cpp21 using namespace testing;
22 using namespace testing::ext;
27 class NativeDrawingRegionTest : public testing::Test {
H A DNativeDrawingRegionLargeValueTest.cpp21 using namespace testing;
22 using namespace testing::ext;
27 class NativeDrawingRegionLargeValueTest : public testing::Test {
H A DNativeDrawingColorSpaceTest.cpp19 using namespace testing;
20 using namespace testing::ext;
25 class NativeDrawingColorSpaceTest : public testing::Test {
H A DNativeDrawingPointTest.cpp20 using namespace testing;
21 using namespace testing::ext;
26 class NativeDrawingPointTest : public testing::Test {
H A DNativeDrawingPathEffectTest.cpp20 using namespace testing;
21 using namespace testing::ext;
26 class NativeDrawingPathEffectTest : public testing::Test {
H A DNativeDrawingColorTest.cpp21 using namespace testing;
22 using namespace testing::ext;
27 class NativeDrawingColorTest : public testing::Test {
H A Ddrawing_register_font_test.cpp23 using namespace testing;
24 using namespace testing::ext;
30 class NativeDrawingRegisterFontTest : public testing::Test {
/test/xts/hats/useriam/pinauth/include/
H A Dpin_auth_hdi_test.h27 class UserIamPinAuthTest : public testing::Test {
35 class UserIamPinAuthTwoTest : public testing::Test {
43 class PinAuthTypeTest : public testing::Test {
/test/xts/acts/commonlibrary/toolchain/libc-test/src/
H A Dtoolchaintest.cpp33 using namespace testing::ext;
34 using namespace testing;
36 class Toolchaintest : public ::testing::TestWithParam<string> {};
139 INSTANTIATE_TEST_SUITE_P(libcTest, Toolchaintest, testing::ValuesIn(temp.begin(), temp.end()));
/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.h33 class DeviceLayerDisplay : public ::testing::TestWithParam<std::vector<LayerSettings>> {
38 class DeviceTest : public ::testing::Test {
45 class LayerRotateTest : public ::testing::TestWithParam<LayerSettings> {

Completed in 11 milliseconds

12345678910>>...45