Class AuditSearchQueryTest

java.lang.Object
de.hybris.platform.persistence.audit.gateway.impl.AuditSearchQueryTest

@UnitTest public class AuditSearchQueryTest extends Object
  • Constructor Details

    • AuditSearchQueryTest

      public AuditSearchQueryTest()
  • Method Details

    • shouldBuildQueryForType

      public void shouldBuildQueryForType() throws Exception
      Throws:
      Exception
    • shouldBuildQueryForTypeAndPk

      public void shouldBuildQueryForTypeAndPk() throws Exception
      Throws:
      Exception
    • shouldBuildQueryForTypeAndSeveralPks

      public void shouldBuildQueryForTypeAndSeveralPks() throws Exception
      Throws:
      Exception
    • shouldBuildQueryForTypeAndPkAndAnotherStandardField

      public void shouldBuildQueryForTypeAndPkAndAnotherStandardField() throws Exception
      Throws:
      Exception
    • shouldBuildQueryForTypeAndPayload

      public void shouldBuildQueryForTypeAndPayload() throws Exception
      Throws:
      Exception
    • shouldBuildQueryForTypeAndPkAndPayload

      public void shouldBuildQueryForTypeAndPkAndPayload() throws Exception
      Throws:
      Exception
    • shouldBuildLinkQueryForTypeAndPkAndSearchBySource

      public void shouldBuildLinkQueryForTypeAndPkAndSearchBySource() throws Exception
      Throws:
      Exception
    • shouldBuildLinkQueryForTypeAndPkAndSearchByTarget

      public void shouldBuildLinkQueryForTypeAndPkAndSearchByTarget() throws Exception
      Throws:
      Exception
    • shouldNotAllowToBuildQueryWithNullType

      public void shouldNotAllowToBuildQueryWithNullType() throws Exception
      Throws:
      Exception
    • shouldNotAllowToBuildLinkQueryWithNullPk

      public void shouldNotAllowToBuildLinkQueryWithNullPk() throws Exception
      Throws:
      Exception
    • shouldNotAllowToBuildLinkQueryWithoutPk

      public void shouldNotAllowToBuildLinkQueryWithoutPk() throws Exception
      Throws:
      Exception