Class DefaultTypeDaoTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultTypeDaoTest extends ServicelayerTransactionalBaseTest
  • Constructor Details

    • DefaultTypeDaoTest

      public DefaultTypeDaoTest()
  • Method Details

    • shouldFindComposedTypeByCode

      public void shouldFindComposedTypeByCode() throws Exception
      Throws:
      Exception
    • shouldNotFindComposedTypeByNotExistingCode

      public void shouldNotFindComposedTypeByNotExistingCode() throws Exception
      Throws:
      Exception
    • shouldNotFindComposedTypeByCollectionTypeCode

      public void shouldNotFindComposedTypeByCollectionTypeCode() throws Exception
      Throws:
      Exception
    • shouldFindTypeByCollectionTypeCode

      public void shouldFindTypeByCollectionTypeCode() throws Exception
      Throws:
      Exception
    • shouldFindTypeByTypeCode

      public void shouldFindTypeByTypeCode() throws Exception
      Throws:
      Exception
    • shouldNotFindTypeByNotExistingCode

      public void shouldNotFindTypeByNotExistingCode() throws Exception
      Throws:
      Exception
    • shouldFindAtomicTypeByCode

      public void shouldFindAtomicTypeByCode() throws Exception
      Throws:
      Exception
    • shouldNotFindAtomicTypeForNotExistingCode

      public void shouldNotFindAtomicTypeForNotExistingCode() throws Exception
      Throws:
      Exception