Searched refs:captorNew (Results 1 – 1 of 1) sorted by relevance
245 ArgumentCaptor<AbstractLocationProvider.State> captorNew = ArgumentCaptor.forClass( in testStateChangedListener() local248 captorOld.capture(), captorNew.capture()); in testStateChangedListener()251 assertThat(captorNew.getAllValues().get(1).extraAttributionTags).containsExactly("extra"); in testStateChangedListener()