public static class ParallelRunner.TBMethod
extends org.junit.runners.model.FrameworkMethod
| Constructor and Description |
|---|
TBMethod(Method method,
org.openqa.selenium.remote.DesiredCapabilities capabilities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.openqa.selenium.remote.DesiredCapabilities |
getCapabilities() |
String |
getName() |
Object |
invokeExplosively(Object target,
Object... params) |
void |
setTestNameSuffix(String testNameSuffix) |
public TBMethod(Method method, org.openqa.selenium.remote.DesiredCapabilities capabilities)
public org.openqa.selenium.remote.DesiredCapabilities getCapabilities()
public void setTestNameSuffix(String testNameSuffix)
public Object invokeExplosively(Object target, Object... params) throws Throwable
invokeExplosively in class org.junit.runners.model.FrameworkMethodThrowablepublic String getName()
getName in class org.junit.runners.model.FrameworkMethodpublic boolean equals(Object obj)
equals in class org.junit.runners.model.FrameworkMethodCopyright © 2019. All rights reserved.