Home
last modified time | relevance | path

Searched refs:mMockRealVehicleStub (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java150 private VehicleStub mMockRealVehicleStub; field in FakeVehicleStubUnitTest
165 when(mMockRealVehicleStub.isValid()).thenReturn(true); in setup()
166 when(mMockRealVehicleStub.getAllPropConfigs()).thenReturn(new HalPropConfig[0]); in setup()
171 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithoutCustomConfig()
194 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasExistingPropId()
214 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()
221 expect.that(allPropConfig.length).isEqualTo(new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()
229 when(mMockRealVehicleStub.getAllPropConfigs()).thenReturn(new HalPropConfig[]{ in testGetAllPropConfigsWithSpecialProp()
232 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithSpecialProp()
238 verify(mMockRealVehicleStub, atLeastOnce()).getAllPropConfigs(); in testGetAllPropConfigsWithSpecialProp()
[all …]