Package de.hybris.platform.cronjob.jalo
Class MixedLogToFileCronJobTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.cronjob.jalo.MixedLogToFileCronJobTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class MixedLogToFileCronJobTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description MixedLogToFileCronJobTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldInterweave_Logging_notLogging_Logging_jobs()
void
shouldInterweave_notLogging_Logging_notLogging_jobs()
void
shouldInvokeJobWithDisabledLoggingToFileFromWithinJobWithEnabledLoggingToFile()
void
shouldInvokeJobWithEnabledLoggingToFileFromWithinJobWithDisabledLoggingToFile()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
shouldInvokeJobWithDisabledLoggingToFileFromWithinJobWithEnabledLoggingToFile
public void shouldInvokeJobWithDisabledLoggingToFileFromWithinJobWithEnabledLoggingToFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInvokeJobWithEnabledLoggingToFileFromWithinJobWithDisabledLoggingToFile
public void shouldInvokeJobWithEnabledLoggingToFileFromWithinJobWithDisabledLoggingToFile() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInterweave_Logging_notLogging_Logging_jobs
public void shouldInterweave_Logging_notLogging_Logging_jobs() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldInterweave_notLogging_Logging_notLogging_jobs
public void shouldInterweave_notLogging_Logging_notLogging_jobs() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-