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

Class TestOSLCAssetnumLink8

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void setAuth(java.lang.String user, java.lang.String pwd, java.net.HttpURLConnection con) 
      void testEmpty()
      Test for assetnum combined inner query which select=spi:assetnum{*},spi:wonum where=spi:assetnum{spi:location="BR300" and spi:replacecost>58000}.
      void testObjectStructure() 
      • Methods inherited from class java.lang.Object

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

      • TestOSLCAssetnumLink8

        public TestOSLCAssetnumLink8()
    • Method Detail

      • testObjectStructure

        public void testObjectStructure()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setAuth

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

        public void testEmpty()
                       throws java.lang.Exception
        Test for assetnum combined inner query which select=spi:assetnum{*},spi:wonum where=spi:assetnum{spi:location="BR300" and spi:replacecost>58000}. It should be empty.
        Throws:
        java.lang.Exception