Uses of Interface
org.mockito.ThrowingConsumer
-
Packages that use ThrowingConsumer Package Description org.mockito Mockito is a mock library for java - seeMockitoclass for usage. -
-
Uses of ThrowingConsumer in org.mockito
Methods in org.mockito with parameters of type ThrowingConsumer Modifier and Type Method Description static <T> TArgumentMatchers. 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.
-