Lines Matching refs:emptyArray
85 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
87 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
102 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
125 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
126 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
249 const std::vector<uint8_t> emptyArray(wrongQueueSize, 0); in TEST_F() local
250 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
276 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
277 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
304 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in TEST_F() local
305 EXPECT_CALL(*dataInterfaceMockPtr, write(0, ElementsAreArray(emptyArray))) in TEST_F()
340 const std::vector<uint8_t> emptyArray(testQueueSize, 0); in initializeFuncMock() local
342 write(0, ElementsAreArray(emptyArray))) in initializeFuncMock()