Class MediaCacheRecreatorTest
- java.lang.Object
-
- de.hybris.platform.media.storage.impl.MediaCacheRecreatorTest
-
@ContextConfiguration(locations="/test/MediaCacheRegion-context.xml", inheritLocations=false) @DirtiesContext(classMode=AFTER_CLASS) public class MediaCacheRecreatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MediaCacheRecreatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolder()voidshouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderAndConfiguredFolder()voidshouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderWhenNoRootCacheFolderDefined()voidtearDown()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolder
public void shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolder()
-
shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderAndConfiguredFolder
public void shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderAndConfiguredFolder()
-
shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderWhenNoRootCacheFolderDefined
public void shouldRecreateCacheFromExistingCachedFileEntriesUsingDefaultCacheFolderWhenNoRootCacheFolderDefined()
-
-