Searched refs:expectedOutput (Results 1 – 3 of 3) sorted by relevance
178 std::string expectedOutput = "Hello World This Is A Test"; variable180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());189 std::string expectedOutput = "ab=cdcef=cg"; variable191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());257 std::string expectedOutput = "2001:0db8:****::****:****:****"; variable258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());265 std::string expectedOutput = "8.8.*.*"; variable266 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
667 std::string expectedOutput = ""; variable669 ASSERT_EQ(result, expectedOutput);
1185 …id ExecuteReverseIntAndCheck(sptr<IDBinderTestService>& testService, int input, int expectedOutput) in ExecuteReverseIntAndCheck() argument1190 EXPECT_EQ(reply, expectedOutput); in ExecuteReverseIntAndCheck()