We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.parallel.
Class ParallelRunner.TBMethod
- java.lang.Object
-
- org.junit.runners.model.FrameworkMember<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.model.FrameworkMethod
-
- com.vaadin.testbench.parallel.ParallelRunner.TBMethod
-
All Implemented Interfaces:
org.junit.runners.model.Annotatable
Enclosing class:
public static class ParallelRunner.TBMethod extends org.junit.runners.model.FrameworkMethod
-
-
Constructor Summary
Constructors Constructor and Description TBMethod(Method method, org.openqa.selenium.remote.DesiredCapabilities capabilities)
-
Method Summary
All Methods 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)
-
-
-
Constructor Detail
-
TBMethod
public TBMethod(Method method, org.openqa.selenium.remote.DesiredCapabilities capabilities)
-
-
Method Detail
-
getCapabilities
public org.openqa.selenium.remote.DesiredCapabilities getCapabilities()
-
setTestNameSuffix
public void setTestNameSuffix(String testNameSuffix)
-
invokeExplosively
public Object invokeExplosively(Object target, Object... params) throws Throwable
Overrides:
invokeExplosively
in classorg.junit.runners.model.FrameworkMethod
Throws:
-
getName
public String getName()
Overrides:
getName
in classorg.junit.runners.model.FrameworkMethod
-
equals
public boolean equals(Object obj)
Overrides:
equals
in classorg.junit.runners.model.FrameworkMethod
-
-