Searched refs:unroutedAidsCaptor (Results 1 – 1 of 1) sorted by relevance
69 private ArgumentCaptor<String> unroutedAidsCaptor; field in AidRoutingManagerTest229 verify(mNfcService, times(4)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase1_CommitsCache()230 assertThat(unroutedAidsCaptor.getAllValues().contains("first")).isTrue(); in testConfigureRoutingTestCase1_CommitsCache()231 assertThat(unroutedAidsCaptor.getAllValues().contains("second#")).isTrue(); in testConfigureRoutingTestCase1_CommitsCache()232 assertThat(unroutedAidsCaptor.getAllValues().contains("third")).isTrue(); in testConfigureRoutingTestCase1_CommitsCache()233 assertThat(unroutedAidsCaptor.getAllValues().contains("")).isTrue(); in testConfigureRoutingTestCase1_CommitsCache()340 verify(mNfcService, times(3)).unrouteAids(unroutedAidsCaptor.capture()); in testConfigureRoutingTestCase3_DoNothing()341 assertThat(unroutedAidsCaptor.getAllValues().contains("first*")).isTrue(); in testConfigureRoutingTestCase3_DoNothing()342 assertThat(unroutedAidsCaptor.getAllValues().contains("second#")).isTrue(); in testConfigureRoutingTestCase3_DoNothing()343 assertThat(unroutedAidsCaptor.getAllValues().contains("third")).isTrue(); in testConfigureRoutingTestCase3_DoNothing()[all …]