com.atlassian.webdriver.rule
Class SafeStatementInvoker
java.lang.Object
com.atlassian.webdriver.rule.SafeStatementInvoker
public final class SafeStatementInvoker
- extends Object
For testing rules we need to be able invoke statements created by them and ignoring the resulting errors.
- Since:
- 2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafeStatementInvoker
public SafeStatementInvoker(org.junit.runners.model.Statement statement)
invokeSafely
public void invokeSafely()
isSuccess
public boolean isSuccess()
getError
public Throwable getError()
Copyright © 2014 Atlassian. All rights reserved.