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
  • Constructor Summary

    Constructors
    Constructor
    Description
    TBMethod(Method method, org.openqa.selenium.remote.DesiredCapabilities capabilities)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.openqa.selenium.remote.DesiredCapabilities
     
     
    invokeExplosively(Object target, Object... params)
     
    void
    setTestNameSuffix(String testNameSuffix)
     

    Methods inherited from class org.junit.runners.model.FrameworkMethod

    getAnnotation, getAnnotations, getDeclaringClass, getMethod, getModifiers, getReturnType, getType, hashCode, isShadowedBy, producesType, toString, validateNoTypeParametersOnArgs, validatePublicVoid, validatePublicVoidNoArg

    Methods inherited from class org.junit.runners.model.FrameworkMember

    isPublic, isStatic

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TBMethod

      public TBMethod(Method method, org.openqa.selenium.remote.DesiredCapabilities capabilities)
  • Method Details

    • 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 class org.junit.runners.model.FrameworkMethod
      Throws:
      Throwable
    • getName

      public String getName()
      Overrides:
      getName in class org.junit.runners.model.FrameworkMethod
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.junit.runners.model.FrameworkMethod