Class DataLoaderJobTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.model.cronjob.DataLoaderJobTest
-
@UnitTest public class DataLoaderJobTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionthrown
-
Constructor Summary
Constructors Constructor Description DataLoaderJobTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp()
-
testMessageListener
public void testMessageListener()
-
testStartDeltaloadAfterInitialTrue
public void testStartDeltaloadAfterInitialTrue()
-
testStartDeltaloadAfterInitialFalse
public void testStartDeltaloadAfterInitialFalse()
-
testAbortNoRunningJobs
public void testAbortNoRunningJobs()
-
testAbortDifferentType
public void testAbortDifferentType()
-
testAbortSameType
public void testAbortSameType()
-
givenAbortNeeded
protected void givenAbortNeeded()
-
testAbortSameJob
public void testAbortSameJob()
-
testIsResumePerformedInitialState
public void testIsResumePerformedInitialState()
-
testIsResumePerformed
public void testIsResumePerformed()
-
testPrepareDataloadManager
public void testPrepareDataloadManager()
-
testInitializeDataLoaderManager
public void testInitializeDataLoaderManager()
-
testInitializeDataLoaderManagerNull
public void testInitializeDataLoaderManagerNull()
-
testPerformStartInitialOnly
public void testPerformStartInitialOnly()
-
testPerformStartInitialStopedManually
public void testPerformStartInitialStopedManually()
-
testPerformStartInitialAndDelta
public void testPerformStartInitialAndDelta()
-
testPerformStartDelta
public void testPerformStartDelta()
-
testPerformStartDeltaButNoInitialBefore
public void testPerformStartDeltaButNoInitialBefore()
-
testPerformStartInitialAlreadyRunning
public void testPerformStartInitialAlreadyRunning()
-
testPerformStartInitialWoConfiguration
public void testPerformStartInitialWoConfiguration()
-
testPerformStartDeltaWrongMode
public void testPerformStartDeltaWrongMode()
-
testPerformResume
public void testPerformResume()
-
testPerformResumeNoConfig
public void testPerformResumeNoConfig()
-
testPerformResumeAlreadyDone
public void testPerformResumeAlreadyDone()
-
testPerformStartDeltaWoConfiguration
public void testPerformStartDeltaWoConfiguration()
-
testIsDeltaLoadAllowedTrue
public void testIsDeltaLoadAllowedTrue()
-
testIsDeltaLoadAllowedNoInitialLoad
public void testIsDeltaLoadAllowedNoInitialLoad()
-
testIsDeltaLoadAllowedInitialJustStarted
public void testIsDeltaLoadAllowedInitialJustStarted()
-
testIsDeltaLoadAllowedInitialJustReStarted
public void testIsDeltaLoadAllowedInitialJustReStarted()
-
testCheckForResumeAlreadyDone
public void testCheckForResumeAlreadyDone()
-
testCheckForResumeWrongMode
public void testCheckForResumeWrongMode()
-
testCheckForResumeAlreadyOK
public void testCheckForResumeAlreadyOK()
-
-