Uses of Interface
org.mockito.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.mockito Mockito is a mock library for java - seeMockito
class for usage. -
-
Uses of ThrowingConsumer in org.mockito
Methods in org.mockito with parameters of type ThrowingConsumer Modifier and Type Method Description static <T> T
ArgumentMatchers. assertArg(ThrowingConsumer<T> consumer)
Allows creating custom argument matchers where matching is considered successful when the consumer given by parameter does not throw an exception.
-