org.simplium.junit
Class SimpliumFrameworkMethod
java.lang.Object
org.junit.runners.model.FrameworkMethod
org.simplium.junit.SimpliumFrameworkMethod
public class SimpliumFrameworkMethod
- extends org.junit.runners.model.FrameworkMethod
Methods inherited from class org.junit.runners.model.FrameworkMethod |
equals, getAnnotation, getAnnotations, getMethod, hashCode, invokeExplosively, producesType, validatePublicVoid, validatePublicVoidNoArg |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SimpliumFrameworkMethod
public SimpliumFrameworkMethod(java.lang.reflect.Method aMethod,
java.lang.String aBrowser,
Enviroments aSelenium,
Screenshot aScreenshot,
Delay aDelay,
Timeout aTimeout)
getName
public java.lang.String getName()
- Overrides:
getName
in class org.junit.runners.model.FrameworkMethod
getSelenium
public Enviroments getSelenium()
getBrowser
public java.lang.String getBrowser()
getScreenshot
public Screenshot getScreenshot()
getDelay
public Delay getDelay()
getTimeout
public Timeout getTimeout()