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

Class TestOSLCQueryTemplate

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


  • public class TestOSLCQueryTemplate
    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 testGet() 
      void testPost()
      Test the POST
      • Methods inherited from class java.lang.Object

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

      • TestOSLCQueryTemplate

        public TestOSLCQueryTemplate()
    • Method Detail

      • testPost

        public void testPost()
                      throws java.lang.Exception
        Test the POST
        Throws:
        java.lang.Exception
      • setAuth

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

        public void testGet()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception