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

B

BaseStubbing<T> - Class in org.mockito.internal.stubbing
 
BaseStubbing() - Constructor for class org.mockito.internal.stubbing.BaseStubbing
 
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.BDDOngoingStubbingImpl<T> - Class in org.mockito
Deprecated.
not part of the public API, use BDDMockito.BDDMyOngoingStubbing instead.
BDDMockito.BDDOngoingStubbingImpl(OngoingStubbing<T>) - Constructor for class org.mockito.BDDMockito.BDDOngoingStubbingImpl
Deprecated.
 
BDDMockito.BDDStubber - Interface in org.mockito
See original Stubber
BDDMockito.BDDStubberImpl - Class in org.mockito
Deprecated.
not part of the public API, use BDDMockito.BDDStubber instead.
BDDMockito.BDDStubberImpl(Stubber) - Constructor for class org.mockito.BDDMockito.BDDStubberImpl
Deprecated.
 
BDDMockito.Then<T> - Interface in org.mockito
Provides fluent way of mock verification.
BeanPropertySetter - Class in org.mockito.internal.util.reflection
This utility class will call the setter of the property to inject a new value.
BeanPropertySetter(Object, Field, boolean) - Constructor for class org.mockito.internal.util.reflection.BeanPropertySetter
New BeanPropertySetter
BeanPropertySetter(Object, Field) - Constructor for class org.mockito.internal.util.reflection.BeanPropertySetter
New BeanPropertySetter that don't report failure
bindMatchers(ArgumentMatcherStorage, Invocation) - Method in class org.mockito.internal.invocation.MatchersBinder
 
booleanThat(Matcher<Boolean>) - Static method in class org.mockito.hamcrest.MockitoHamcrest
Enables integrating hamcrest matchers that match primitive boolean arguments.
booleanThat(ArgumentMatcher<Boolean>) - Static method in class org.mockito.Matchers
Allows creating custom boolean argument matchers.
ByteBuddyMockMaker - Class in org.mockito.internal.creation.bytebuddy
 
ByteBuddyMockMaker() - Constructor for class org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker
 
byteThat(Matcher<Byte>) - Static method in class org.mockito.hamcrest.MockitoHamcrest
Enables integrating hamcrest matchers that match primitive byte arguments.
byteThat(ArgumentMatcher<Byte>) - Static method in class org.mockito.Matchers
Allows creating custom byte argument matchers.
A B C D E F G H I J L M N O P R S T U V W 
Mockito 2.0.48-beta API