Uses of Interface
org.springframework.test.util.ExceptionCollector.Executable
Package
Description
General utility classes for use in unit and integration tests.
-
Uses of ExceptionCollector.Executable in org.springframework.test.util
Modifier and TypeMethodDescriptionvoid
ExceptionCollector.execute
(ExceptionCollector.Executable executable) Execute the suppliedExceptionCollector.Executable
and track any exception thrown.