Class SessionSearchRestrictionTest


  • @UnitTest
    public class SessionSearchRestrictionTest
    extends java.lang.Object
    • Constructor Detail

      • SessionSearchRestrictionTest

        public SessionSearchRestrictionTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • 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()