com.ibm.tivoli.maximo.fwm.unittest.cover.srvad

Class ServiceAddressServiceTest

  • java.lang.Object
    • com.ibm.tivoli.maximo.fwm.unittest.cover.srvad.ServiceAddressServiceTest


  • public class ServiceAddressServiceTest
    extends java.lang.Object
    Test suite for ServiceAddress class
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void maxVarsTest()
      Following methods will be tested: isAddressDetailRequired(), isCoordinatesLatLong(), isAddressMasterMaximo(), getLocationHierarchy().
      static void setUpBeforeClass()
      One-time initialization before running the tests.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceAddressServiceTest

        public ServiceAddressServiceTest()
    • Method Detail

      • setUpBeforeClass

        public static void setUpBeforeClass()
                                     throws java.lang.Exception
        One-time initialization before running the tests. Just ensures that a MXServer instance is running.
        Throws:
        java.lang.Exception - If MXServer initialization fails.
      • maxVarsTest

        public void maxVarsTest()
                         throws MXException,
                                TestSetupException,
                                java.rmi.RemoteException
        Following methods will be tested: isAddressDetailRequired(), isCoordinatesLatLong(), isAddressMasterMaximo(), getLocationHierarchy().
        Throws:
        MXException
        TestSetupException
        java.rmi.RemoteException