Searched refs:mockLshal (Results 1 – 1 of 1) sorted by relevance
227 mockLshal = std::make_unique<NiceMock<MockLshal>>(); in SetUp()228 mockList = std::make_unique<MockListCommand>(mockLshal.get()); in SetUp()229 ON_CALL(*mockLshal, err()).WillByDefault(Return(NullableOStream<std::ostream>(err))); in SetUp()233 std::unique_ptr<MockLshal> mockLshal; member in android::lshal::ListParseArgsTest