public class PageSource extends TestFailureAwareRule
| Constructor and Description |
|---|
PageSource(SeleniumProvider seleniumProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onError(org.junit.runner.Description description,
Throwable testFailure)
Called if the test has thrown an error.
|
after, apply, beforepublic PageSource(SeleniumProvider seleniumProvider)
protected void onError(org.junit.runner.Description description,
Throwable testFailure)
throws Throwable
TestFailureAwareRuleonError in class TestFailureAwareRuledescription - junit test description objecttestFailure - any error from the testThrowable - this will be added to testFailure as suppressed exception.
See Throwable.addSuppressed(Throwable)Copyright © 2018 willhaben internet service GmbH & Co KG. All rights reserved.