Uses of Class
org.stjs.testing.driver.TestResultCollection

Packages that use TestResultCollection
org.stjs.testing.driver   
 

Uses of TestResultCollection in org.stjs.testing.driver
 

Methods in org.stjs.testing.driver that return TestResultCollection
 TestResultCollection MultiTestMethod.awaitExecutionResult()
          Blocks until all browsers have called notifyExecutionResult() and returns a TestResultCollection containing all the results from all the browsers.
 

Methods in org.stjs.testing.driver with parameters of type TestResultCollection
 void JUnitSession.testCompleted(STJSTestDriverRunner runner, org.junit.runners.model.FrameworkMethod method, TestResultCollection result)
          Called after a JUnit test has been executed by all the browsers
 



Copyright © 2013. All Rights Reserved.