public class TestClassRunnerForSelenium
extends org.junit.runners.BlockJUnit4ClassRunner
Modifier and Type | Method and Description |
---|---|
Object |
createTest() |
String |
getBaseUrl() |
int |
getTimeout() |
void |
setBaseUrl(String baseUrl) |
void |
setTimeout(int timeout) |
protected void |
validateConstructor(List<Throwable> errors) |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public Object createTest() throws Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
Exception
protected void validateConstructor(List<Throwable> errors)
validateConstructor
in class org.junit.runners.BlockJUnit4ClassRunner
public int getTimeout()
public void setTimeout(int timeout)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
Copyright © 2021. All rights reserved.