Class ForgeConfigSpecTest.TestResult

  • Enclosing class:
    ForgeConfigSpecTest

    private static final class ForgeConfigSpecTest.TestResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private com.google.common.base.Stopwatch disabledWatch  
      private com.google.common.base.Stopwatch enabledWatch  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestResult​(com.google.common.base.Stopwatch enabledWatch, com.google.common.base.Stopwatch disabledWatch)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • enabledWatch

        private final com.google.common.base.Stopwatch enabledWatch
      • disabledWatch

        private final com.google.common.base.Stopwatch disabledWatch
    • Constructor Detail

      • TestResult

        public TestResult​(com.google.common.base.Stopwatch enabledWatch,
                          com.google.common.base.Stopwatch disabledWatch)