Home
last modified time | relevance | path

Searched refs:expectedOutput (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp178 std::string expectedOutput = "Hello World This Is A Test"; variable
180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
189 std::string expectedOutput = "ab=cdcef=cg"; variable
191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
257 std::string expectedOutput = "2001:0db8:****::****:****:****"; variable
258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
265 std::string expectedOutput = "8.8.*.*"; variable
266 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dexif_maker_note_test.cpp667 std::string expectedOutput = ""; variable
669 ASSERT_EQ(result, expectedOutput);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp1185 …id ExecuteReverseIntAndCheck(sptr<IDBinderTestService>& testService, int input, int expectedOutput) in ExecuteReverseIntAndCheck() argument
1190 EXPECT_EQ(reply, expectedOutput); in ExecuteReverseIntAndCheck()