Class DefaultJasperReportsRefreshServiceTest
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.impl.DefaultJasperReportsRefreshServiceTest
-
@UnitTest public class DefaultJasperReportsRefreshServiceTest extends java.lang.Object
Unit test for DefaultJasperReportsRefreshService
-
-
Constructor Summary
Constructors Constructor Description DefaultJasperReportsRefreshServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestRefreshingWithFailure()voidtestRefreshingWithFailureBecauseNeverSet()voidtestRefreshingWithSuccess()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testRefreshingWithSuccess
public void testRefreshingWithSuccess() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testRefreshingWithFailure
public void testRefreshingWithFailure() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
testRefreshingWithFailureBecauseNeverSet
public void testRefreshingWithFailureBecauseNeverSet() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
-