Class LifecycleTest


  • public class LifecycleTest
    extends Object
    A set of tests making sure that components states are checked on public API methods.
    • Constructor Detail

      • LifecycleTest

        public LifecycleTest()
    • Method Detail

      • testBeginTransactionWhenModelIsNotActive

        public void testBeginTransactionWhenModelIsNotActive()
      • testGetObjectByIdWhenModelIsNotActive

        public void testGetObjectByIdWhenModelIsNotActive()
      • testGetObjectByFqnWhenModelIsNotActive

        public void testGetObjectByFqnWhenModelIsNotActive()
      • testIsTopObjectIdWhenModelIsNotActive

        public void testIsTopObjectIdWhenModelIsNotActive()
      • testGetExternalResourceWhenModelIsNotActive

        public void testGetExternalResourceWhenModelIsNotActive()
      • testResolveWhenModelIsNotActive

        public void testResolveWhenModelIsNotActive()
      • testGetExternalUriResolversWhenModelIsNotActive

        public void testGetExternalUriResolversWhenModelIsNotActive()
      • testGetResourceSetWhenModelIsNotActive

        public void testGetResourceSetWhenModelIsNotActive()
      • testCommitInactiveTransaction

        public void testCommitInactiveTransaction()
      • testRollbackInactiveTransaction

        public void testRollbackInactiveTransaction()
      • testCommitInactiveReadOnlyTransaction

        public void testCommitInactiveReadOnlyTransaction()
      • testRollbackInactiveReadOnlyTransaction

        public void testRollbackInactiveReadOnlyTransaction()
      • testCommitTransactionWhenModelIsInactive

        public void testCommitTransactionWhenModelIsInactive()
      • testRollbackTransactionWhenModelIsInactive

        public void testRollbackTransactionWhenModelIsInactive()
      • testCommitReadOnlyTransactionWhenModelIsInactive

        public void testCommitReadOnlyTransactionWhenModelIsInactive()
      • testRollbackReadOnlyTransactionWhenModelIsInactive

        public void testRollbackReadOnlyTransactionWhenModelIsInactive()
      • testAttachTopObjectWhenModelIsInactive

        public void testAttachTopObjectWhenModelIsInactive()
      • testAttachTopObjectWhenTransactionIsInactive

        public void testAttachTopObjectWhenTransactionIsInactive()
      • testDetachTopObjectWhenModelIsInactive

        public void testDetachTopObjectWhenModelIsInactive()
      • testDetachTopObjectWhenTransactionIsInactive

        public void testDetachTopObjectWhenTransactionIsInactive()
      • testUpdateTopObjectFqnWhenModelIsInactive

        public void testUpdateTopObjectFqnWhenModelIsInactive()
      • testUpdateTopObjectFqnWhenTransactionIsInactive

        public void testUpdateTopObjectFqnWhenTransactionIsInactive()
      • testGetObjectByIdInTransactionWhenModelIsInactive

        public void testGetObjectByIdInTransactionWhenModelIsInactive()
      • testGetObjectByIdInTransactionWhenTransactionIsInactive

        public void testGetObjectByIdInTransactionWhenTransactionIsInactive()
      • testTopGetObjectByFqnInTransactionWhenModelIsInactive

        public void testTopGetObjectByFqnInTransactionWhenModelIsInactive()
      • testGetObjectByFqnInTransactionWhenTransactionIsInactive

        public void testGetObjectByFqnInTransactionWhenTransactionIsInactive()
      • testTopGetObjectByUriInTransactionWhenModelIsInactive

        public void testTopGetObjectByUriInTransactionWhenModelIsInactive()
      • testGetObjectByUriInTransactionWhenTransactionIsInactive

        public void testGetObjectByUriInTransactionWhenTransactionIsInactive()
      • testTopGetResourceSetInTransactionWhenModelIsInactive

        public void testTopGetResourceSetInTransactionWhenModelIsInactive()
      • testGetResourceSetInTransactionWhenTransactionIsInactive

        public void testGetResourceSetInTransactionWhenTransactionIsInactive()