Searched refs:expectedBlob (Results 1 – 1 of 1) sorted by relevance
76 std::array<uint8_t, 4> expectedBlob = {0x25, 0x33, 0x45, 0x67}; in TEST() local80 req.commitDataLen = sizeof(expectedBlob); in TEST()84 request.insert(request.end(), expectedBlob.begin(), expectedBlob.end()); in TEST()86 EXPECT_CALL(mgr, commit(req.sessionId, ElementsAreArray(expectedBlob))) in TEST()