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

Class TestActGetProp

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


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

      Constructors 
      Constructor and Description
      TestActGetProp() 
    • 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 testActGetProp()
      Test for get and know spi:whoami
      • Methods inherited from class java.lang.Object

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

      • TestActGetProp

        public TestActGetProp()
    • Method Detail

      • testActGetProp

        public void testActGetProp()
                            throws java.lang.Exception
        Test for get and know spi:whoami
        Throws:
        java.lang.Exception
      • setAuth

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