Class ContractManagerTest


  • public final class ContractManagerTest
    extends AbstractManagerTest
    This class tests the functions of Contract Manager
    Author:
    jmarti
    • Constructor Detail

      • ContractManagerTest

        public ContractManagerTest()
    • Method Detail

      • testNewPrivateContract

        public void testNewPrivateContract()
                                    throws Exception
        Throws:
        Exception
      • testNewPublicContract

        public void testNewPublicContract()
                                   throws Exception
        Throws:
        Exception
      • testRegisterToPublicActiveContract

        public void testRegisterToPublicActiveContract()
      • testCheckNamespaceHasNoContracts

        public void testCheckNamespaceHasNoContracts()
      • testCheckInterfaceHasNoContracts

        public void testCheckInterfaceHasNoContracts()
      • testCheckImplementationHasNoContracts

        public void testCheckImplementationHasNoContracts()
      • testCheckInterfacesInActiveContractsForAccount

        public void testCheckInterfacesInActiveContractsForAccount()
      • testCheckInterfacesInActiveContractsForNotValidAccount

        public void testCheckInterfacesInActiveContractsForNotValidAccount()
      • testCheckInterfacesInNonActiveContractsForAccount

        public void testCheckInterfacesInNonActiveContractsForAccount()
      • testCheckNotValidInterfacesInActiveContractsForAccount

        public void testCheckNotValidInterfacesInActiveContractsForAccount()
      • testGetContractIDsOfProvider

        public void testGetContractIDsOfProvider()
      • testGetContractIDsOfApplicant

        public void testGetContractIDsOfApplicant()
      • testGetContractIDsOfApplicantWithProvider

        public void testGetContractIDsOfApplicantWithProvider()
      • testGetContract

        public void testGetContract()
      • testGetInfoOfActiveContractForAccount

        public void testGetInfoOfActiveContractForAccount()
      • testGetInfoOfInerfacesInActiveContractsForAccount

        public void testGetInfoOfInerfacesInActiveContractsForAccount()
      • testGetInfoOfMultipleInterfacesPerActiveContractsForAccount

        public void testGetInfoOfMultipleInterfacesPerActiveContractsForAccount()
      • testGetInfoOfMultipleContractsPerActiveContractsForAccount

        public void testGetInfoOfMultipleContractsPerActiveContractsForAccount()
                                                                        throws RemoteException
        Throws:
        RemoteException
      • testContractNotExist

        public void testContractNotExist()
      • testAccountAlreadyRegisteredInContract

        public void testAccountAlreadyRegisteredInContract()
      • testAccountNotRegistered

        public void testAccountNotRegistered()
      • testContractNotActive

        public void testContractNotActive()
      • testContractNotPublic

        public void testContractNotPublic()
      • testInterfaceNotInContract

        public void testInterfaceNotInContract()