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

Class TestOSLCLogOut

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


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

      Constructors 
      Constructor and Description
      TestOSLCLogOut() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void logIn()
      Test login
      void logOut()
      Test Logout
      void setAuth(java.lang.String user, java.lang.String pwd, java.net.HttpURLConnection con) 
      void testOut()
      Test invalid cookie
      • Methods inherited from class java.lang.Object

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

      • TestOSLCLogOut

        public TestOSLCLogOut()
    • Method Detail

      • logIn

        public void logIn()
                   throws java.lang.Exception
        Test login
        Throws:
        java.lang.Exception
      • setAuth

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

        public void logOut()
                    throws java.lang.Exception
        Test Logout
        Throws:
        java.lang.Exception
      • testOut

        public void testOut()
                     throws java.lang.Exception
        Test invalid cookie
        Throws:
        java.lang.Exception