Package randoop.util

Class CountDownTimer


  • public class CountDownTimer
    extends Object
    • Field Detail

      • totalTime

        private long totalTime
      • startTime

        private long startTime
    • Constructor Detail

      • CountDownTimer

        private CountDownTimer​(long timeMillis)
    • Method Detail

      • reachedZero

        public boolean reachedZero()
      • elapsedTime

        public long elapsedTime()
      • remainingTime

        public long remainingTime()
      • createAndStart

        public static CountDownTimer createAndStart​(long totalTimeMillis)