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