Searched refs:actualOutput (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netstack/test/unittest/utils/common_utils/ |
H A D | NetStackCommonUtilsTest.cpp | 179 std::string actualOutput = ToString(input, space); in HWTEST_F() local 180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F() 190 std::string actualOutput = InsertCharBefore(input, from, preChar, nextChar); in HWTEST_F() local 191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F() 199 bool actualOutput = IsExcluded(str, exclusions, ","); in HWTEST_F() local 200 EXPECT_EQ(actualOutput, false); in HWTEST_F() 207 bool actualOutput = IsExcluded(str, exclusions, ","); in HWTEST_F() local 208 EXPECT_EQ(actualOutput, true); in HWTEST_F() 256 std::string actualOutput = AnonymizeIp(ipv6Ip); in HWTEST_F() local 258 EXPECT_STREQ(actualOutput in HWTEST_F() 264 std::string actualOutput = AnonymizeIp(ipv4Ips); HWTEST_F() local [all...] |
/foundation/communication/netstack/test/unittest/websocket_test/ |
H A D | NetStackCommonUtilsTest.cpp | 179 std::string actualOutput = ToString(input, space);
in HWTEST_F() local 180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
in HWTEST_F() 190 std::string actualOutput = InsertCharBefore(input, from, preChar, nextChar);
in HWTEST_F() local 191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
in HWTEST_F() 199 bool actualOutput = IsExcluded(str, exclusions, ",");
in HWTEST_F() local 200 EXPECT_EQ(actualOutput, false);
in HWTEST_F() 207 bool actualOutput = IsExcluded(str, exclusions, ",");
in HWTEST_F() local 208 EXPECT_EQ(actualOutput, true);
in HWTEST_F() 256 std::string actualOutput = AnonymizeIp(ipv6Ip);
in HWTEST_F() local 258 EXPECT_STREQ(actualOutput in HWTEST_F() 264 std::string actualOutput = AnonymizeIp(ipv4Ips); HWTEST_F() local [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/ |
H A D | wearable_distributed_net_manager_test.cpp | 76 std::string actualOutput = net.GetOutputAddTcp(); in HWTEST_F() local 77 EXPECT_EQ(actualOutput, expectedOutput); in HWTEST_F() 85 std::string actualOutput = net.GetUdpoutput(); in HWTEST_F() local 86 EXPECT_EQ(actualOutput, expectedOutput); in HWTEST_F()
|
Completed in 5 milliseconds