Class AuditSearchQueryTest
- java.lang.Object
-
- de.hybris.platform.persistence.audit.gateway.impl.AuditSearchQueryTest
-
@UnitTest public class AuditSearchQueryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuditSearchQueryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldBuildLinkQueryForTypeAndPkAndSearchBySource()voidshouldBuildLinkQueryForTypeAndPkAndSearchByTarget()voidshouldBuildQueryForType()voidshouldBuildQueryForTypeAndPayload()voidshouldBuildQueryForTypeAndPk()voidshouldBuildQueryForTypeAndPkAndAnotherStandardField()voidshouldBuildQueryForTypeAndPkAndPayload()voidshouldBuildQueryForTypeAndSeveralPks()voidshouldNotAllowToBuildLinkQueryWithNullPk()voidshouldNotAllowToBuildLinkQueryWithoutPk()voidshouldNotAllowToBuildQueryWithNullType()
-
-
-
Method Detail
-
shouldBuildQueryForType
public void shouldBuildQueryForType() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildQueryForTypeAndPk
public void shouldBuildQueryForTypeAndPk() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildQueryForTypeAndSeveralPks
public void shouldBuildQueryForTypeAndSeveralPks() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildQueryForTypeAndPkAndAnotherStandardField
public void shouldBuildQueryForTypeAndPkAndAnotherStandardField() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildQueryForTypeAndPayload
public void shouldBuildQueryForTypeAndPayload() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildQueryForTypeAndPkAndPayload
public void shouldBuildQueryForTypeAndPkAndPayload() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildLinkQueryForTypeAndPkAndSearchBySource
public void shouldBuildLinkQueryForTypeAndPkAndSearchBySource() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldBuildLinkQueryForTypeAndPkAndSearchByTarget
public void shouldBuildLinkQueryForTypeAndPkAndSearchByTarget() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotAllowToBuildQueryWithNullType
public void shouldNotAllowToBuildQueryWithNullType() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotAllowToBuildLinkQueryWithNullPk
public void shouldNotAllowToBuildLinkQueryWithNullPk() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotAllowToBuildLinkQueryWithoutPk
public void shouldNotAllowToBuildLinkQueryWithoutPk() throws java.lang.Exception- Throws:
java.lang.Exception
-
-