public class MultiTestMethod extends Object
| Constructor and Description |
|---|
MultiTestMethod(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.FrameworkMethod meth,
int nBrowsers)
Creates a new MultiTestMethod that reprents the specified unit test of the specified class, executed on the
specified number of browsers.
|
| Modifier and Type | Method and Description |
|---|---|
TestResultCollection |
awaitExecutionResult()
Blocks until all browsers have called notifyExecutionResult() and returns a TestResultCollection containing all
the results from all the browsers.
|
org.junit.runners.model.FrameworkMethod |
getMethod() |
org.junit.runners.model.TestClass |
getTestClass() |
void |
notifyExecutionResult(TestResult result)
Called by the browsers when they have finished executing their unit test.
|
String |
toString() |
public MultiTestMethod(org.junit.runners.model.TestClass testClass,
org.junit.runners.model.FrameworkMethod meth,
int nBrowsers)
nBrowsers - public void notifyExecutionResult(TestResult result)
public TestResultCollection awaitExecutionResult()
public org.junit.runners.model.FrameworkMethod getMethod()
public org.junit.runners.model.TestClass getTestClass()
Copyright © 2015. All Rights Reserved.