Searched refs:goldenResult (Results 1 – 3 of 3) sorted by relevance
1043 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F() local1085 EXPECT_EQ(goldenResult, result); in TEST_F()1098 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F() local1140 EXPECT_EQ(goldenResult, result); in TEST_F()
1629 hidl_vec<bool> goldenResult(testVector.size()); in TEST_F() local1631 goldenResult[i] = !testVector[i]; in TEST_F()2340 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F() local2382 EXPECT_EQ(goldenResult, result); in TEST_F()2395 const std::string goldenResult = std::accumulate(testStrings.begin(), in TEST_F() local2437 EXPECT_EQ(goldenResult, result); in TEST_F()
454 final String goldenResult = builder.toString(); in runClientSafeUnionTests() local490 Expect(result, goldenResult); in runClientSafeUnionTests()