Searched refs:InvocationOnMock (Results 1 – 25 of 25) sorted by relevance
8 import org.mockito.invocation.InvocationOnMock;40 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()46 private int actualArgumentPosition(InvocationOnMock invocation) { in actualArgumentPosition()56 private int argumentIndexOf(InvocationOnMock invocation) { in argumentIndexOf()60 private int lastArgumentIndexOf(InvocationOnMock invocation) { in lastArgumentIndexOf()75 public void validateIndexWithinInvocationRange(InvocationOnMock invocation) { in validateIndexWithinInvocationRange()83 private boolean argumentPositionInRange(InvocationOnMock invocation) { in argumentPositionInRange()95 public Class returnedTypeOnSignature(InvocationOnMock invocation) { in returnedTypeOnSignature()
9 import org.mockito.invocation.InvocationOnMock;16 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
9 import org.mockito.invocation.InvocationOnMock;35 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
10 import org.mockito.invocation.InvocationOnMock;24 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
9 import org.mockito.invocation.InvocationOnMock;21 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
8 import org.mockito.invocation.InvocationOnMock;45 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
9 import org.mockito.invocation.InvocationOnMock;24 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
9 import org.mockito.invocation.InvocationOnMock;25 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
15 import org.mockito.invocation.InvocationOnMock;42 public Object answer(final InvocationOnMock invocation) throws Throwable { in answer()56 private final InvocationOnMock unstubbedInvocation;59 public ThrowsSmartNullPointer(InvocationOnMock unstubbedInvocation, Location location) { in ThrowsSmartNullPointer()64 public Object answer(InvocationOnMock currentInvocation) throws Throwable { in answer()
15 import org.mockito.invocation.InvocationOnMock;47 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()59 …private Object getMock(InvocationOnMock invocation, GenericMetadataSupport returnTypeGenericMetada… in getMock()113 public Object answer(InvocationOnMock invocation) throws Throwable {
11 import org.mockito.invocation.InvocationOnMock;23 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
7 import org.mockito.invocation.InvocationOnMock;28 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
11 import org.mockito.invocation.InvocationOnMock;20 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
12 import org.mockito.invocation.InvocationOnMock;56 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
11 import org.mockito.invocation.InvocationOnMock;63 public Object answer(InvocationOnMock invocation) { in answer()
7 import org.mockito.invocation.InvocationOnMock;38 T answer(InvocationOnMock invocation) throws Throwable; in answer()
8 import org.mockito.invocation.InvocationOnMock;36 Object valueFor(InvocationOnMock invocation) throws Throwable; in valueFor()
13 import org.mockito.invocation.InvocationOnMock;28 public Object answer(InvocationOnMock invocation) throws Throwable { in answer()
21 import org.mockito.invocation.InvocationOnMock;697 …public int invalidArgumentPositionRangeAtInvocationTime(InvocationOnMock invocation, boolean willR… in invalidArgumentPositionRangeAtInvocationTime()710 private StringBuilder possibleArgumentTypesOf(InvocationOnMock invocation) { in possibleArgumentTypesOf()729 …public void wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class ac… in wrongTypeOfArgumentToReturn()
16 public interface InvocationOnMock extends Serializable { interface
20 public interface Invocation extends InvocationOnMock, DescribedInvocation {
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...