Searched refs:anyList (Results 1 – 11 of 11) sorted by relevance
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | GenericMatchersTest.java | 35 when(sorter.sort(ArgumentMatchers.<String>anyList())).thenReturn(null); in shouldCompile()
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
D | StubbingSpiesDoesNotYieldNPETest.java | 39 spy.size(anyList()); in shouldNotThrowNPE()
|
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
D | ApplicationProtocolSelectorAdapterTest.java | 84 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
|
D | ConscryptSocketTest.java | 29 import static org.mockito.ArgumentMatchers.anyList; 482 any(SSLSocket.class), ArgumentMatchers.<String>anyList())) 503 any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
|
D | ConscryptEngineTest.java | 330 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 350 same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
D | NativeCryptoTest.java | 2125 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 2164 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ApplicationProtocolSelectorAdapterTest.java | 80 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in mockSelection()
|
D | ConscryptSocketTest.java | 28 import static org.mockito.ArgumentMatchers.anyList; 475 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList())) 495 … when(selector.selectApplicationProtocol(any(SSLSocket.class), ArgumentMatchers.<String>anyList()))
|
D | ConscryptEngineTest.java | 322 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 341 … when(selector.selectApplicationProtocol(same(serverEngine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
D | NativeCryptoTest.java | 2116 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldSucceed() 2155 when(selector.selectApplicationProtocol(same(engine), ArgumentMatchers.<String>anyList())) in alpnWithServerProtocolSelectorShouldFail()
|
/external/mockito/src/main/java/org/mockito/ |
D | ArgumentMatchers.java | 489 public static <T> List<T> anyList() { in anyList() method in ArgumentMatchers 525 return anyList(); in anyListOf()
|