Uses of Interface
org.mockito.BDDMockito.Then
-
Packages that use BDDMockito.Then Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage. -
-
Uses of BDDMockito.Then in org.mockito
Classes in org.mockito that implement BDDMockito.Then Modifier and Type Class Description private static class
BDDMockito.ThenImpl<T>
Methods in org.mockito that return BDDMockito.Then Modifier and Type Method Description static <T> BDDMockito.Then<T>
BDDMockito. then(T mock)
Bdd style verification of mock behavior.
-