Home
last modified time | relevance | path

Searched refs:expectedOutput (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp178 std::string expectedOutput = "Hello World This Is A Test"; in HWTEST_F() local
180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
189 std::string expectedOutput = "ab=cdcef=cg"; in HWTEST_F() local
191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
257 std::string expectedOutput = "2001:0db8:****::****:****:****"; in HWTEST_F() local
258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
265 std::string expectedOutput = "8.8.*.*"; in HWTEST_F() local
266 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_test/
H A DNetStackCommonUtilsTest.cpp178 std::string expectedOutput = "Hello World This Is A Test"; in HWTEST_F() local
180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
189 std::string expectedOutput = "ab=cdcef=cg"; in HWTEST_F() local
191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
257 std::string expectedOutput = "2001:0db8:****::****:****:****"; in HWTEST_F() local
258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
265 std::string expectedOutput = "8.8.*.*"; in HWTEST_F() local
266 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str()); in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/wearable_distributed_net_manager_test/
H A Dwearable_distributed_net_manager_test.cpp74 std::string expectedOutput = "testOutput"; in HWTEST_F() local
75 net.tcpOutput_ = expectedOutput; in HWTEST_F()
77 EXPECT_EQ(actualOutput, expectedOutput); in HWTEST_F()
83 std::string expectedOutput = "testOutput"; in HWTEST_F() local
84 net.udpOutput_ = expectedOutput; in HWTEST_F()
86 EXPECT_EQ(actualOutput, expectedOutput); in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_server_dump_unit_test/src/
H A Daudio_server_dump_unit_test.cpp126 std::string expectedOutput = "Playback Streams\n- 0 Playback stream (s) available:\n"; in HWTEST_F() local
127 EXPECT_EQ(dumpString, expectedOutput); in HWTEST_F()
172 std::string expectedOutput = "Record Streams \n- 0 Record stream (s) available:\n"; in HWTEST_F() local
173 EXPECT_EQ(dumpString, expectedOutput); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp667 std::string expectedOutput = ""; in HWTEST_F() local
669 ASSERT_EQ(result, expectedOutput); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1185 static void ExecuteReverseIntAndCheck(sptr<IDBinderTestService>& testService, int input, int expectedOutput) in ExecuteReverseIntAndCheck() argument
1190 EXPECT_EQ(reply, expectedOutput); in ExecuteReverseIntAndCheck()

Completed in 10 milliseconds