Class DefaultJasperReportCacheServiceTest
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.impl.DefaultJasperReportCacheServiceTest
-
@UnitTest public class DefaultJasperReportCacheServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultJasperReportCacheServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestGetCompiledReport()voidtestGetCompiledReportWhenCompiledJasperMedia()voidtestGetFilled()voidtestInvalidateAll()voidtestRemoveWhenPlacedIntoCompiledCache()voidtestRemoveWhenPlacedIntoImageCache()voidtestUpdate()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testGetCompiledReport
public void testGetCompiledReport()
-
testGetCompiledReportWhenCompiledJasperMedia
public void testGetCompiledReportWhenCompiledJasperMedia()
-
testGetFilled
public void testGetFilled() throws java.lang.Exception- Throws:
java.lang.Exception
-
testInvalidateAll
public void testInvalidateAll() throws java.lang.Exception- Throws:
java.lang.Exception
-
testUpdate
public void testUpdate() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRemoveWhenPlacedIntoImageCache
public void testRemoveWhenPlacedIntoImageCache() throws java.lang.Exception- Throws:
java.lang.Exception
-
testRemoveWhenPlacedIntoCompiledCache
public void testRemoveWhenPlacedIntoCompiledCache() throws java.lang.Exception- Throws:
java.lang.Exception
-
-