Class BackupEntityTest

java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
it.tidalwave.datamanager.dao.impl.jpa.EntityTestSupport
it.tidalwave.datamanager.dao.impl.jpa.BackupEntityTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener

@DataJpaTest @AutoConfigureTestDatabase(replace=NONE) @EnableJpaRepositories @ActiveProfiles("test") public class BackupEntityTest extends EntityTestSupport
Author:
Fabrizio Giudici
  • Constructor Details

    • BackupEntityTest

      public BackupEntityTest()
  • Method Details

    • prepare

      @BeforeMethod public void prepare()
    • test_equals_and_hashCode

      @Rollback public void test_equals_and_hashCode()
    • test_toString_without_proxy

      public void test_toString_without_proxy()
    • test_toString_with_proxy

      @Rollback public void test_toString_with_proxy()