Uses of Interface
org.mockito.BDDMockito.Then
Packages that use BDDMockito.Then
Package
Description
Mockito is a mock library for java - see Mockito class for for usage.
-
Uses of BDDMockito.Then in org.mockito
Methods in org.mockito that return BDDMockito.ThenModifier and TypeMethodDescriptionstatic <T> BDDMockito.Then
<T> BDDMockito.then
(T mock) Bdd style verification of mock behavior.