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.utilMethods in org.springframework.test.util with parameters of type ExceptionCollector.ExecutableModifier and TypeMethodDescriptionvoidExceptionCollector.execute(ExceptionCollector.Executable executable) Execute the suppliedExceptionCollector.Executableand track any exception thrown.