Package de.hybris.platform.europe1.jalo
Class DefaultPDTRowsQueryBuilderTest
- java.lang.Object
-
- de.hybris.platform.europe1.jalo.DefaultPDTRowsQueryBuilderTest
-
@UnitTest public class DefaultPDTRowsQueryBuilderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPDTRowsQueryBuilderTest()
-
Method Summary
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGenerateProperQueryWhenNoParametersAreGiven
public void shouldGenerateProperQueryWhenNoParametersAreGiven()
-
shouldGenerateProperQueryWithAnyProduct
public void shouldGenerateProperQueryWithAnyProduct()
-
shouldGenerateProperQueryWithProduct
public void shouldGenerateProperQueryWithProduct()
-
shouldGenerateProperQueryWithProductGroup
public void shouldGenerateProperQueryWithProductGroup()
-
shouldGenerateProperQueryWithProductId
public void shouldGenerateProperQueryWithProductId()
-
shouldGenerateProperQueryWithAnyUser
public void shouldGenerateProperQueryWithAnyUser()
-
shouldGenerateProperQueryWithUser
public void shouldGenerateProperQueryWithUser()
-
shouldGenerateProperQueryWithUserGroup
public void shouldGenerateProperQueryWithUserGroup()
-
shouldGenerateProperQueryWithAnyProductAndGivenProduct
public void shouldGenerateProperQueryWithAnyProductAndGivenProduct()
-
shouldGenerateProperQueryWithAnyProductGivenProductAndGivenProductGroup
public void shouldGenerateProperQueryWithAnyProductGivenProductAndGivenProductGroup()
-
shouldGenerateProperQueryWithAnyUserAndGivenUser
public void shouldGenerateProperQueryWithAnyUserAndGivenUser()
-
shouldGenerateProperQueryWithAnyUserGivenUserAndGivenUserGroup
public void shouldGenerateProperQueryWithAnyUserGivenUserAndGivenUserGroup()
-
shouldGenerateProperQueryWithAnyProductGivenProductAndGivenProductId
public void shouldGenerateProperQueryWithAnyProductGivenProductAndGivenProductId()
-
shouldGenerateProperQueryWithAllParametersGiven
public void shouldGenerateProperQueryWithAllParametersGiven()
-
-