T - is the type of the ActiveTester this scenario will be applied to.U - is the type of the ActiveTester this scenario will become.@FunctionalInterface public interface Script<T extends Tester,U>
| Modifier and Type | Method and Description |
|---|---|
ActiveTester<U> |
execute(T tester)
Method used to define script operations.
|
ActiveTester<U> execute(T tester)
tester - to use.ActiveTesterCopyright © 2017. All rights reserved.