public interface Stepable<T extends Object>
Интерфейс Stepable
<R extends Any> R
step(String name, Function1<T, R> func)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
<R extends Any> R step(String name, Function1<T, R> func)
Метод создает высокоуровневый шаг Allure
name
func
Результат выполнения лямбды
2.5.2