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

Class TestOSLCDELETE

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


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

      Constructors 
      Constructor and Description
      TestOSLCDELETE() 
    • 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 testDelete()
      Test for deleting APPR wo
      void testGet()
      Test for getting APPR wo
      void testPost()
      Test for patching to APPR wo
      • Methods inherited from class java.lang.Object

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

      • TestOSLCDELETE

        public TestOSLCDELETE()
    • Method Detail

      • testPost

        public void testPost()
                      throws java.lang.Exception
        Test for patching to APPR wo
        Throws:
        java.lang.Exception
      • setAuth

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

        public void testDelete()
                        throws java.lang.Exception
        Test for deleting APPR wo
        Throws:
        java.lang.Exception
      • testGet

        public void testGet()
                     throws java.lang.Exception
        Test for getting APPR wo
        Throws:
        java.lang.Exception