org.openqa.selenium.server.htmlrunner
Class HTMLSuiteResult

java.lang.Object
  extended by org.openqa.selenium.server.htmlrunner.HTMLSuiteResult

public class HTMLSuiteResult
extends Object


Constructor Summary
HTMLSuiteResult(String originalSuite)
           
 
Method Summary
 String getHref(int i)
           
 List<String> getHrefs()
           
 String getUpdatedSuite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLSuiteResult

public HTMLSuiteResult(String originalSuite)
Method Detail

getHrefs

public List<String> getHrefs()

getHref

public String getHref(int i)

getUpdatedSuite

public String getUpdatedSuite()


Copyright © 2012. All Rights Reserved.