public class SeleniumJUnit4ClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
it.com.atlassian.applinks.CaptureScreenshotListener before executing a test.
This test runner can be applied by using the RunWith annotation on the test class.
Example:| Constructor and Description |
|---|
SeleniumJUnit4ClassRunner(Class<?> klass)
Creates a BlockJUnit4ClassRunner to run
klass |
| Modifier and Type | Method and Description |
|---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SeleniumJUnit4ClassRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klassorg.junit.runners.model.InitializationError - if the test class is malformed.Copyright © 2015 Atlassian. All rights reserved.