Package com.ibm.sbt.automation.core.test.pageobjects

Examples of com.ibm.sbt.automation.core.test.pageobjects.ListResultPage


     *
     * @param snippetId
     * @return
     */
    protected boolean checkList(String snippetId) {
      ListResultPage resultPage = launchList(snippetId);
       
        return checkList(resultPage, snippetId);
    }
View Full Code Here


     * @param snippetId
     * @return
     */
    protected ListResultPage launchList(String snippetId) {
        ResultPage resultPage = super.launchSnippet(snippetId, authType);
        return new ListResultPage(resultPage);
    }
View Full Code Here

TOP

Related Classes of com.ibm.sbt.automation.core.test.pageobjects.ListResultPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.