Class AutotestEngine.SceneExecutionResult

java.lang.Object
jp.co.moneyforward.autotest.framework.testengine.AutotestEngine.SceneExecutionResult
Enclosing class:
AutotestEngine

public static class AutotestEngine.SceneExecutionResult extends Object
A class that models a result of a scene execution.
  • Method Details

    • name

      public String name()
      Returns a name of this object.
      Returns:
      A name
    • exception

      public Optional<Throwable> exception()
    • hasSucceeded

      public boolean hasSucceeded()
    • throwIfFailed

      public void throwIfFailed()
    • out

      public List<String> out()