All Classes and Interfaces
Class
Description
Equivalent to
LoginServiceNGTest
, but with minimal mocking and no redundant tests.A small TestNG test suite for a single class (
LoginService
), based on
this article.The Class MyBusinessServiceTest.
Utility class for creation of
Owner
data in the test database, to be used in integration tests.Utility class for creation of
Pet
data in the test database, to be used in integration tests.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.
The Class TestUtils.
Utility class for creation of
Vet
data in the test database, to be used in integration tests.Utility class for creation of
Visit
data in the test database, to be used in integration tests.