Class RemainingWorkloadBasedProgressCalculatorTest

    • Constructor Detail

      • RemainingWorkloadBasedProgressCalculatorTest

        public RemainingWorkloadBasedProgressCalculatorTest()
    • Method Detail

      • shouldReturnZeroWhenProcessIsNew

        public void shouldReturnZeroWhenProcessIsNew()
      • shouldReturnZeroWhenProcessIsInCREATEDstate

        public void shouldReturnZeroWhenProcessIsInCREATEDstate()
      • shouldReturnZeroWhenThereAreNoInitialBatches

        public void shouldReturnZeroWhenThereAreNoInitialBatches()
      • shouldReturnZeroWhenThereAre

        public void shouldReturnZeroWhenThereAre()
      • shouldReturnZeroWhenFirstTurnWasOnlyScheduled

        public void shouldReturnZeroWhenFirstTurnWasOnlyScheduled()
      • shouldReturnValidProgressWhenFirstTurnCompletedAllBatches

        public void shouldReturnValidProgressWhenFirstTurnCompletedAllBatches()
      • shouldReturnValidProgressWhenFirstTurnCompletedPartially

        public void shouldReturnValidProgressWhenFirstTurnCompletedPartially()
      • shouldReturnValidProgressWhenSecondTurnCompletedPartially

        public void shouldReturnValidProgressWhenSecondTurnCompletedPartially()
      • shouldReturnValidProgressWhenSecondCompletedAllBatches

        public void shouldReturnValidProgressWhenSecondCompletedAllBatches()