Skip navigation links
Mockito 2.28.0 API
A B C D E F G H I L M N O P R S T U V W 

B

BaseStubber - Interface in org.mockito.stubbing
Base interface for stubbing consecutive method calls with Mockito.doReturn(Object) syntax.
BDDMockito - Class in org.mockito
Behavior Driven Development style of writing tests uses //given //when //then comments as fundamental parts of your test methods.
BDDMockito() - Constructor for class org.mockito.BDDMockito
 
BDDMockito.BDDMyOngoingStubbing<T> - Interface in org.mockito
See original OngoingStubbing
BDDMockito.BDDStubber - Interface in org.mockito
See original Stubber
BDDMockito.Then<T> - Interface in org.mockito
Provides fluent way of mock verification.
booleanThat(ArgumentMatcher<Boolean>) - Static method in class org.mockito.ArgumentMatchers
Allows creating custom boolean argument matchers.
booleanThat(Matcher<Boolean>) - Static method in class org.mockito.hamcrest.MockitoHamcrest
Enables integrating hamcrest matchers that match primitive boolean arguments.
build(Class<T>) - Method in interface org.mockito.MockSettings
Creates immutable view of mock settings used later by Mockito.
byteThat(ArgumentMatcher<Byte>) - Static method in class org.mockito.ArgumentMatchers
Allows creating custom byte argument matchers.
byteThat(Matcher<Byte>) - Static method in class org.mockito.hamcrest.MockitoHamcrest
Enables integrating hamcrest matchers that match primitive byte arguments.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links
Mockito 2.28.0 API