Class TestTaskRunner.TaskRunnerResult

  • Enclosing class:
    TestTaskRunner

    public static class TestTaskRunner.TaskRunnerResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean didRun()  
      java.lang.Throwable getError()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TaskRunnerResult

        public TaskRunnerResult()
    • Method Detail

      • getError

        public java.lang.Throwable getError()
      • didRun

        public boolean didRun()