Package petclinic.util


package petclinic.util
  • Class
    Description
    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.
    Base test utility class for domain-specific "EntityXData" classes, which allow each test to create the required data in the test database.
    Designates a field containing a test utility object, which will be initialized before any @Test or @Before method is executed.