Mockito 2.0.81-beta API
A B C D E F G H I L M N O P R S T U V W 

W

wantedAtMostX(int, int) - Static method in class org.mockito.exceptions.Reporter
 
wantedButNotInvoked(DescribedInvocation) - Static method in class org.mockito.exceptions.Reporter
 
wantedButNotInvoked(DescribedInvocation, List<? extends DescribedInvocation>) - Static method in class org.mockito.exceptions.Reporter
 
WantedButNotInvoked - Error in org.mockito.exceptions.verification
 
WantedButNotInvoked(String) - Constructor for error org.mockito.exceptions.verification.WantedButNotInvoked
 
wantedButNotInvokedInOrder(DescribedInvocation, DescribedInvocation) - Static method in class org.mockito.exceptions.Reporter
 
when(T) - Static method in class org.mockito.Mockito
Enables stubbing methods.
when(T) - Method in interface org.mockito.stubbing.Stubber
Allows to choose a method when stubbing in doThrow()|doAnswer()|doNothing()|doReturn() style
will(Answer<?>) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
will(Answer<?>) - Method in interface org.mockito.BDDMockito.BDDStubber
will(Answer<?>) - Static method in class org.mockito.BDDMockito
willAnswer(Answer<?>) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willAnswer(Answer<?>) - Method in interface org.mockito.BDDMockito.BDDStubber
willAnswer(Answer<?>) - Static method in class org.mockito.BDDMockito
willCallRealMethod() - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willCallRealMethod() - Method in interface org.mockito.BDDMockito.BDDStubber
willCallRealMethod() - Static method in class org.mockito.BDDMockito
willDoNothing() - Method in interface org.mockito.BDDMockito.BDDStubber
See original Stubber.doNothing()
willDoNothing() - Static method in class org.mockito.BDDMockito
see original Mockito.doNothing()
willNothing() - Method in interface org.mockito.BDDMockito.BDDStubber
Deprecated.
willReturn(T) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willReturn(T, T...) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willReturn(Object) - Method in interface org.mockito.BDDMockito.BDDStubber
willReturn(Object, Object...) - Method in interface org.mockito.BDDMockito.BDDStubber
willReturn(Object) - Static method in class org.mockito.BDDMockito
willReturn(Object, Object...) - Static method in class org.mockito.BDDMockito
willThrow(Throwable...) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willThrow(Class<? extends Throwable>) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willThrow(Class<? extends Throwable>, Class<? extends Throwable>...) - Method in interface org.mockito.BDDMockito.BDDMyOngoingStubbing
willThrow(Throwable...) - Method in interface org.mockito.BDDMockito.BDDStubber
willThrow(Class<? extends Throwable>) - Method in interface org.mockito.BDDMockito.BDDStubber
willThrow(Class<? extends Throwable>, Class<? extends Throwable>...) - Method in interface org.mockito.BDDMockito.BDDStubber
willThrow(Throwable...) - Static method in class org.mockito.BDDMockito
willThrow(Class<? extends Throwable>) - Static method in class org.mockito.BDDMockito
willThrow(Class<? extends Throwable>, Class<? extends Throwable>...) - Static method in class org.mockito.BDDMockito
withSettings() - Static method in class org.mockito.Mockito
Allows mock creation with additional mock settings.
wrappedVerification - Variable in class org.mockito.verification.VerificationWrapper
 
wrongTypeOfArgumentToReturn(InvocationOnMock, String, Class<?>, int) - Static method in class org.mockito.exceptions.Reporter
 
WrongTypeOfReturnValue - Exception in org.mockito.exceptions.misusing
 
WrongTypeOfReturnValue(String) - Constructor for exception org.mockito.exceptions.misusing.WrongTypeOfReturnValue
 
wrongTypeOfReturnValue(String, String, String) - Static method in class org.mockito.exceptions.Reporter
 
wrongTypeReturnedByDefaultAnswer(Object, String, String, String) - Static method in class org.mockito.exceptions.Reporter
 
A B C D E F G H I L M N O P R S T U V W 
Mockito 2.0.81-beta API