com.ibm.tivoli.maximo.fwm.unittest

Class MOSGeneration

  • java.lang.Object
    • com.ibm.tivoli.maximo.fwm.unittest.MOSGeneration


  • public class MOSGeneration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      MOSGeneration() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void loadMOS()
      This class is responsible for creating Objec Structures (OS) necessary throughout the unit tests.
      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

      • MOSGeneration

        public MOSGeneration()
    • 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.
      • loadMOS

        public void loadMOS()
        This class is responsible for creating Objec Structures (OS) necessary throughout the unit tests. If the object structure is already available, it will not try to create it again since mosgeneration datasource defines all of them as "Sync" and "AddChange" action
        Throws:
        MXException
        java.rmi.RemoteException