Class TestTickResult


  • class TestTickResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Runnable assertion  
      java.lang.Long expectedDelay  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TestTickResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • expectedDelay

        @Nullable
        public final java.lang.Long expectedDelay
      • assertion

        public final java.lang.Runnable assertion
    • Constructor Detail

      • TestTickResult

        private TestTickResult()