Class RemainingWorkloadBasedProgressCalculatorTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.processing.distributed.defaultimpl.RemainingWorkloadBasedProgressCalculatorTest
All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class RemainingWorkloadBasedProgressCalculatorTest extends ServicelayerBaseTest
  • Constructor Details

    • RemainingWorkloadBasedProgressCalculatorTest

      public RemainingWorkloadBasedProgressCalculatorTest()
  • Method Details

    • 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()