public class MultiBrowserSeleniumClientInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
MultiBrowserSeleniumClientInvocationHandler(List<SeleniumConfiguration> configs,
long maxWait,
boolean verifyReturnValues,
boolean parallel) |
| Modifier and Type | Method and Description |
|---|---|
protected SeleniumReturnValueMismatch |
createValueMismatchException(SeleniumClient c1,
Object h1,
SeleniumClient c2,
Object h2) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
verifyReturnValues(List<Future<Object>> futures) |
public MultiBrowserSeleniumClientInvocationHandler(List<SeleniumConfiguration> configs, long maxWait, boolean verifyReturnValues, boolean parallel)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void verifyReturnValues(List<Future<Object>> futures) throws Throwable
Throwableprotected SeleniumReturnValueMismatch createValueMismatchException(SeleniumClient c1, Object h1, SeleniumClient c2, Object h2)
Copyright © 2015 Atlassian. All rights reserved.