Package de.hybris.platform.task.impl
Class SchedulerOperationTimeoutLoggerTest
java.lang.Object
de.hybris.platform.task.impl.SchedulerOperationTimeoutLoggerTest
Unit test for
SchedulerOperationTimeoutLogger-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
Constructor Details
-
SchedulerOperationTimeoutLoggerTest
public SchedulerOperationTimeoutLoggerTest()
-
-
Method Details
-
shouldTimeoutTest
public void shouldTimeoutTest() -
shouldNotTimeoutWhenSchedulerIntervalIsZero
public void shouldNotTimeoutWhenSchedulerIntervalIsZero() -
shouldNotTimeoutWhenSchedulerIntervalIsNegative
public void shouldNotTimeoutWhenSchedulerIntervalIsNegative() -
shouldNotTimeoutWhenSchedulerIntervalIsNotOutdated
public void shouldNotTimeoutWhenSchedulerIntervalIsNotOutdated() -
shouldConsumeTimeoutOnceTest
public void shouldConsumeTimeoutOnceTest()
-