Class DefaultCodeGenerationConfigurationWsFacadeTest
- java.lang.Object
-
- de.hybris.platform.couponwebservices.facades.impl.DefaultCodeGenerationConfigurationWsFacadeTest
-
@UnitTest public class DefaultCodeGenerationConfigurationWsFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultCodeGenerationConfigurationWsFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldIssueQueryWithPaginationAndSortInstrumentation()voidshouldProvideConvertedCodeGenerationConfigurations()voidshouldRaiseExceptionOnEmptyCodeGenerationConfigurationsResults()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProvideConvertedCodeGenerationConfigurations
public void shouldProvideConvertedCodeGenerationConfigurations() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldIssueQueryWithPaginationAndSortInstrumentation
public void shouldIssueQueryWithPaginationAndSortInstrumentation() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldRaiseExceptionOnEmptyCodeGenerationConfigurationsResults
public void shouldRaiseExceptionOnEmptyCodeGenerationConfigurationsResults() throws java.lang.Exception- Throws:
java.lang.Exception
-
-