Class Result


  • @API(status=STABLE)
    public final class Result
    extends Object
    • Constructor Detail

      • Result

        public Result​(Status status,
                      Duration duration,
                      Throwable error)
        The result of a step or scenario
        Parameters:
        status - status of the step or scenario
        duration - the duration
        error - the error that caused the failure if any