Class SmithyTestSuite.Result

  • Enclosing class:
    SmithyTestSuite

    public static final class SmithyTestSuite.Result
    extends java.lang.Object
    Value result of executing the test suite.
    • Method Summary

      Modifier and Type Method Description
      java.util.List<SmithyTestCase.Result> getFailedResults()  
      int getSuccessCount()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSuccessCount

        public int getSuccessCount()
        Returns:
        Returns the number of test cases that passed.
      • getFailedResults

        public java.util.List<SmithyTestCase.Result> getFailedResults()
        Returns:
        Returns the test cases that failed.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object