Interface Decorated<T>
- All Known Implementing Classes:
DefaultDecorated
public interface Decorated<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
beforeCall
(Method method, Object[] args) onError
(Method method, InvocationTargetException e, Object[] args)
-
Method Details
-
getOriginal
T getOriginal() -
getDecorator
WebDriverDecorator getDecorator() -
beforeCall
-
call
- Throws:
Throwable
-
afterCall
-
onError
- Throws:
Throwable
-