Home
last modified time | relevance | path

Searched refs:TEST_VALUE_COMPLEXITYREG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/utils/
H A Dpassword_policy_serializer_test.cpp29 const std::string TEST_VALUE_COMPLEXITYREG = "^(?=.*[a-zA-Z]).{1,9}$"; variable
107 ASSERT_TRUE(policy.complexityReg == TEST_VALUE_COMPLEXITYREG);
121 …PasswordPolicy policy{TEST_VALUE_COMPLEXITYREG, TEST_VALUE_VALIDITY_PERIOD, TEST_VALUE_ADDITIONAL_…
137 data.WriteString(TEST_VALUE_COMPLEXITYREG);
142 ASSERT_TRUE(policy.complexityReg == TEST_VALUE_COMPLEXITYREG);
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dpassword_policy_plugin_test.cpp28 const std::string TEST_VALUE_COMPLEXITYREG = "^(?=.*[a-zA-Z]).{1,9}$"; variable
95 ASSERT_TRUE(policy.complexityReg == TEST_VALUE_COMPLEXITYREG);