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