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, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected void validateConstructor(List<Throwable> errors)
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunnerpublic int getTimeout()
public void setTimeout(int timeout)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
Copyright © 2015. All rights reserved.