com.ibm.tivoli.maximo.oslc.provider.unittest

Class TestOSLCDescendent

  • java.lang.Object
    • com.ibm.tivoli.maximo.oslc.provider.unittest.TestOSLCDescendent


  • public class TestOSLCDescendent
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void logIn()
      All tests based on asset(inner query)
      void setAuth(java.lang.String user, java.lang.String pwd, java.net.HttpURLConnection con) 
      void testDescendent()
      Test for number spi:totalcost<=1000
      void testDescendentStar()
      Test for number spi:totalcost<=1000
      void testNoDescendent()
      Test for one layer without
      void testNoDescendentStar() 
      • Methods inherited from class java.lang.Object

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

      • TestOSLCDescendent

        public TestOSLCDescendent()
    • Method Detail

      • logIn

        public void logIn()
                   throws java.lang.Exception
        All tests based on asset(inner query)
        Throws:
        java.lang.Exception
      • setAuth

        public void setAuth(java.lang.String user,
                            java.lang.String pwd,
                            java.net.HttpURLConnection con)
      • testNoDescendent

        public void testNoDescendent()
                              throws java.lang.Exception
        Test for one layer without
        Throws:
        java.lang.Exception
      • testDescendent

        public void testDescendent()
                            throws java.lang.Exception
        Test for number spi:totalcost<=1000
        Throws:
        java.lang.Exception
      • testNoDescendentStar

        public void testNoDescendentStar()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testDescendentStar

        public void testDescendentStar()
                                throws java.lang.Exception
        Test for number spi:totalcost<=1000
        Throws:
        java.lang.Exception