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