Searched refs:mockLshal (Results 1 – 1 of 1) sorted by relevance
215 mockLshal = std::make_unique<NiceMock<MockLshal>>(); in SetUp()216 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()220 std::unique_ptr<MockLshal> mockLshal; member in android::lshal::ListParseArgsTest249 ON_CALL(*mockLshal, err()).WillByDefault(Return(NullableOStream<std::ostream>(output))); in TEST_F()