Class SessionSearchRestrictionTest

java.lang.Object
de.hybris.platform.search.restriction.session.SessionSearchRestrictionTest

@UnitTest public class SessionSearchRestrictionTest extends Object
  • Constructor Details

    • SessionSearchRestrictionTest

      public SessionSearchRestrictionTest()
  • Method Details

    • shouldThrowExceptionWhenCodeIsBlank

      public void shouldThrowExceptionWhenCodeIsBlank()
    • shouldThrowExceptionWhenCodeIsNull

      public void shouldThrowExceptionWhenCodeIsNull()
    • shouldThrowExceptionWhenQueryIsBlank

      public void shouldThrowExceptionWhenQueryIsBlank()
    • shouldThrowExceptionWhenQueryIsNull

      public void shouldThrowExceptionWhenQueryIsNull()
    • shouldThrowExceptionWhenRestrictedTypeIsNull

      public void shouldThrowExceptionWhenRestrictedTypeIsNull()
    • shouldCreateSessionSearchRestrictionObject

      public void shouldCreateSessionSearchRestrictionObject()
    • sameCodeAndTypeShouldBeEqual

      public void sameCodeAndTypeShouldBeEqual()
    • differentCodeShouldNotBeEqual

      public void differentCodeShouldNotBeEqual()
    • differentTypeShouldNotBeEqual

      public void differentTypeShouldNotBeEqual()