Searched refs:actualOutput (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | NetStackCommonUtilsTest.cpp | 179 std::string actualOutput = ToString(input, space); variable 180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); 191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); 199 bool actualOutput = IsExcluded(str, exclusions, ","); variable 200 EXPECT_EQ(actualOutput, false); 207 bool actualOutput = IsExcluded(str, exclusions, ","); variable 208 EXPECT_EQ(actualOutput, true); 256 std::string actualOutput = AnonymizeIp(ipv6Ip); variable 258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); 264 std::string actualOutput = AnonymizeIp(ipv4Ips); variable [all …]
|