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

Class TestOSLCPageSize

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


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

      Constructors 
      Constructor and Description
      TestOSLCPageSize() 
    • 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 testMultiPage()
      Test for pagesize
      void testNextPage()
      Check if it matched current page and the next page uri is available
      • Methods inherited from class java.lang.Object

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

      • TestOSLCPageSize

        public TestOSLCPageSize()
    • Method Detail

      • testMultiPage

        public void testMultiPage()
                           throws java.lang.Exception
        Test for pagesize
        Throws:
        java.lang.Exception
      • setAuth

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

        public void testNextPage()
                          throws java.lang.Exception
        Check if it matched current page and the next page uri is available
        Throws:
        java.lang.Exception