Searched refs:mockedSet (Results 1 – 1 of 1) sorted by relevance
40 Set<?> mockedSet = (Set<?>) when(mock(Set.class).isEmpty()).then(recordCall).getMock(); in shouldAnswerWithThenAnswerAlias() local42 mockedSet.isEmpty(); in shouldAnswerWithThenAnswerAlias()