Searched refs:setInvocationWrap (Results 1 – 1 of 1) sorted by relevance
922 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate() local925 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()941 assertThat(setInvocationWrap).hasSize(1); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()944 deliverOkaySetResult(setInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()960 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests() local963 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()982 assertThat(setInvocationWrap).hasSize(1); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()985 deliverOkaySetResult(setInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()1007 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate() local1012 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()[all …]