JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
petclinic.util
SUT
Contents
Description
Hide sidebar
Show sidebar
Annotation Type SUT
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
SUT
Designates a field containing an object to be tested, which gets automatically created before any @Test method as needed; any fields of the object for other dependencies to be injected are also automatically created or resolved.