Class DefaultYEmptyServiceIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultYEmptyServiceIntegrationTest extends ServicelayerBaseTest
This is an example of how the integration test should look like. ServicelayerBaseTest bootstraps platform so you have an access to all Spring beans as well as database connection. It also ensures proper cleaning out of items created during the test after it finishes. You can inject any Spring service using Resource annotation. Keep in mind that by default it assumes that annotated field name matches the Spring Bean ID.
  • Constructor Details

    • DefaultYEmptyServiceIntegrationTest

      public DefaultYEmptyServiceIntegrationTest()
  • Method Details