Class NamespaceManagerTest

    • Constructor Detail

      • NamespaceManagerTest

        public NamespaceManagerTest()
    • Method Detail

      • beforeAll

        public static void beforeAll()
      • testNewNamespace

        public void testNewNamespace()
      • testGetNamespacesNames

        public void testGetNamespacesNames()
      • testNewNamespaceAlreadyExists

        public void testNewNamespaceAlreadyExists()
      • testGetNamespace

        public void testGetNamespace()
      • testGetNamespacesInfo

        public void testGetNamespacesInfo()
      • testCheckNamespaceResponsibleWrongNamespace

        public void testCheckNamespaceResponsibleWrongNamespace()
      • testCheckNamespaceResponsibleWrongResponsible

        public void testCheckNamespaceResponsibleWrongResponsible()
      • testCheckNamespaceResponsibleCorrectNamespace

        public void testCheckNamespaceResponsibleCorrectNamespace()
      • testRemoveNamespaceCorrectNamespace

        public void testRemoveNamespaceCorrectNamespace()
      • testRemoveNamespace2NamespacesWithSameResponsible

        public void testRemoveNamespace2NamespacesWithSameResponsible()
      • testImportInterfaces

        public void testImportInterfaces()
      • testRemoveImportedInterfaces

        public void testRemoveImportedInterfaces()
      • testGetImportedInterfacesFromClassName

        public void testGetImportedInterfacesFromClassName()
      • testGetImportedInterfacesForMetaClasses

        public void testGetImportedInterfacesForMetaClasses()
      • testRegisterPropertyUsesImport

        public void testRegisterPropertyUsesImport()
      • testRegisterOperationUsesImport

        public void testRegisterOperationUsesImport()
      • testRegisterImplementationUsesImport

        public void testRegisterImplementationUsesImport()
      • testRegisterSubClassUsesImport

        public void testRegisterSubClassUsesImport()
      • testUnregisterOperationUsesImport

        public void testUnregisterOperationUsesImport()
      • testUnregisterImplementationUsesImport

        public void testUnregisterImplementationUsesImport()
      • testUnregisterSubClassUsesImport

        public void testUnregisterSubClassUsesImport()
      • testCheckImportsNotUsedAndGet

        public void testCheckImportsNotUsedAndGet()
      • testGetImportsOfAccount

        public void testGetImportsOfAccount()
      • testGetWrongNamespacesResponsibles

        public void testGetWrongNamespacesResponsibles()
      • testRemoveNamespaceWrongNamespace

        public void testRemoveNamespaceWrongNamespace()
      • testImportInterfacesNamespaceNotExistException

        public void testImportInterfacesNamespaceNotExistException()
      • testImportInterfacesAlreadyExistsException

        public void testImportInterfacesAlreadyExistsException()
      • testRemoveInterfacesNamespaceNotExistException

        public void testRemoveInterfacesNamespaceNotExistException()
      • testRemoveInterfaceNotExistsException

        public void testRemoveInterfaceNotExistsException()
      • testRemoveInterfaceContractNotExistsException

        public void testRemoveInterfaceContractNotExistsException()
      • testCheckImportNotUsedNamespaceNotExistException

        public void testCheckImportNotUsedNamespaceNotExistException()
      • testCheckImportNotUsedFail

        public void testCheckImportNotUsedFail()
      • testGetImportedInterfacesFromClassNameNamespaceDoesNotExistException

        public void testGetImportedInterfacesFromClassNameNamespaceDoesNotExistException()
      • testGetImportedInterfacesFromClassNotImported

        public void testGetImportedInterfacesFromClassNotImported()
      • testRegisterPropertyNamespaceNotExistException

        public void testRegisterPropertyNamespaceNotExistException()
      • testRegisterPropertyInterfaceNotExistsException

        public void testRegisterPropertyInterfaceNotExistsException()
      • testRegisterPropertyInterfaceContractNotExistsException

        public void testRegisterPropertyInterfaceContractNotExistsException()
      • testRegisterOperationNamespaceNotExistException

        public void testRegisterOperationNamespaceNotExistException()
      • testRegisterOperationInterfaceNotExistsException

        public void testRegisterOperationInterfaceNotExistsException()
      • testRegisterOperationInterfaceContractNotExistsException

        public void testRegisterOperationInterfaceContractNotExistsException()
      • testRegisterImplementationNamespaceNotExistException

        public void testRegisterImplementationNamespaceNotExistException()
      • testRegisterImplementationInterfaceNotExistsException

        public void testRegisterImplementationInterfaceNotExistsException()
      • testRegisterImplementationInterfaceContractNotExistsException

        public void testRegisterImplementationInterfaceContractNotExistsException()
      • testRegisterSubClassNamespaceNotExistException

        public void testRegisterSubClassNamespaceNotExistException()
      • testRegisterSubClassInterfaceNotExistsException

        public void testRegisterSubClassInterfaceNotExistsException()
      • testRegisterSubClassInterfaceContractNotExistsException

        public void testRegisterSubClassInterfaceContractNotExistsException()