/test/xts/dcts/distributedhardware/distributedinputtest/ |
H A D | distributed_input_test.cpp | 21 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 D | UnitDateTimeTest.cpp | 21 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 D | test_server_service_test.cpp | 31 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 D | ClockID.h | 38 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 D | SleepTest.cpp | 25 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 D | UnitDateTimeRecallTest.cpp | 21 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 D | device_attest_querry.cpp | 26 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 D | distribute_demo.cpp | 25 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 D | devattest_test.cpp | 22 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 D | DrawingRecordCmdUtilsDestroyTest.cpp | 42 using namespace testing; 43 using namespace testing::ext; 48 class DrawingRecordCmdUtilsDestroyTest : public testing::Test {};
|
H A D | DrawingNativeColorSpaceTest.cpp | 41 using namespace testing; 42 using namespace testing::ext; 47 class DrawingNativeColorSpaceTest : public testing::Test {};
|
H A D | DrawingNativeMemoryStreamTest.cpp | 27 using namespace testing; 28 using namespace testing::ext; 33 class DrawingNativeMemoryStreamTest : public testing::Test {};
|
H A D | DrawingRecordCmdUtilsBeginTest.cpp | 42 using namespace testing; 43 using namespace testing::ext; 48 class DrawingRecordCmdUtilsBeginRecordingTest : public testing::Test {};
|
H A D | DrawingNativeColorTest.cpp | 41 using namespace testing; 42 using namespace testing::ext; 47 class DrawingNativeColorTest : public testing::Test {};
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_FontCollectionTest.cpp | 21 using namespace testing; 22 using namespace testing::ext; 25 class OH_Drawing_FontCollectionTest : public testing::Test {
|
H A D | NativeDrawingRegionTest.cpp | 21 using namespace testing; 22 using namespace testing::ext; 27 class NativeDrawingRegionTest : public testing::Test {
|
H A D | NativeDrawingRegionLargeValueTest.cpp | 21 using namespace testing; 22 using namespace testing::ext; 27 class NativeDrawingRegionLargeValueTest : public testing::Test {
|
H A D | NativeDrawingColorSpaceTest.cpp | 19 using namespace testing; 20 using namespace testing::ext; 25 class NativeDrawingColorSpaceTest : public testing::Test {
|
H A D | NativeDrawingPointTest.cpp | 20 using namespace testing; 21 using namespace testing::ext; 26 class NativeDrawingPointTest : public testing::Test {
|
H A D | NativeDrawingPathEffectTest.cpp | 20 using namespace testing; 21 using namespace testing::ext; 26 class NativeDrawingPathEffectTest : public testing::Test {
|
H A D | NativeDrawingColorTest.cpp | 21 using namespace testing; 22 using namespace testing::ext; 27 class NativeDrawingColorTest : public testing::Test {
|
H A D | drawing_register_font_test.cpp | 23 using namespace testing; 24 using namespace testing::ext; 30 class NativeDrawingRegisterFontTest : public testing::Test {
|
/test/xts/hats/useriam/pinauth/include/ |
H A D | pin_auth_hdi_test.h | 27 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 D | toolchaintest.cpp | 33 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 D | hdi_device_test.h | 33 class DeviceLayerDisplay : public ::testing::TestWithParam<std::vector<LayerSettings>> { 38 class DeviceTest : public ::testing::Test { 45 class LayerRotateTest : public ::testing::TestWithParam<LayerSettings> {
|