Class DefaultPagedFlexibleSearchServiceIntegrationTest

    • Constructor Detail

      • DefaultPagedFlexibleSearchServiceIntegrationTest

        public DefaultPagedFlexibleSearchServiceIntegrationTest()
    • Method Detail

      • setUp

        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shouldNotSearchQueryIfCurrentPageIsNegative

        public void shouldNotSearchQueryIfCurrentPageIsNegative()
                                                         throws ImpExException
        Throws:
        ImpExException
      • shouldNotSearchWithQueryParamsIfQueryIsNull

        public void shouldNotSearchWithQueryParamsIfQueryIsNull()
                                                         throws ImpExException
        Throws:
        ImpExException
      • shouldSearchWithQueryParamsIfPageableIsNull

        public void shouldSearchWithQueryParamsIfPageableIsNull()
                                                         throws ImpExException
        Throws:
        ImpExException
      • shouldNotSearchWithQueryParamsIfPageableCurrentPageIsNegative

        public void shouldNotSearchWithQueryParamsIfPageableCurrentPageIsNegative()
                                                                           throws ImpExException
        Throws:
        ImpExException
      • shouldNotSearchSortQueriesIfSortCodeIsNull

        public void shouldNotSearchSortQueriesIfSortCodeIsNull()
                                                        throws ImpExException
        Throws:
        ImpExException
      • shouldNotSearchSortQueriesIfPageableIsNull

        public void shouldNotSearchSortQueriesIfPageableIsNull()
                                                        throws ImpExException
        Throws:
        ImpExException
      • shouldSearchSortQueriesIfPageableCurrentPageIsNegative

        public void shouldSearchSortQueriesIfPageableCurrentPageIsNegative()
                                                                    throws ImpExException
        Throws:
        ImpExException
      • createSortQueryData

        protected SortQueryData createSortQueryData​(java.lang.String sortCode,
                                                    java.lang.String query)