Package 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:
- ParallelRunner
public static class ParallelRunner.TBMethod extends org.junit.runners.model.FrameworkMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)org.openqa.selenium.remote.DesiredCapabilitiesgetCapabilities()StringgetName()ObjectinvokeExplosively(Object target, Object... params)voidsetTestNameSuffix(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:
invokeExplosivelyin classorg.junit.runners.model.FrameworkMethod- Throws:
Throwable
-
getName
public String getName()
- Overrides:
getNamein classorg.junit.runners.model.FrameworkMethod
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classorg.junit.runners.model.FrameworkMethod
-
-