Class JUnitTestRunner.TestRunInfo

  • Enclosing class:
    JUnitTestRunner

    private static class JUnitTestRunner.TestRunInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Throwable m_failure  
      private long m_start  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestRunInfo​(long start)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFailure()  
      void setThrowable​(java.lang.Throwable t)  
      • Methods inherited from class java.lang.Object

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

      • m_start

        private final long m_start
      • m_failure

        private java.lang.Throwable m_failure
    • Constructor Detail

      • TestRunInfo

        public TestRunInfo​(long start)
    • Method Detail

      • isFailure

        public boolean isFailure()
      • setThrowable

        public void setThrowable​(java.lang.Throwable t)