Class WebServicesWithNoActiveFilterTest


  • public class WebServicesWithNoActiveFilterTest
    extends BaseWSTest
    Test cases for JSON and dal Webservices, using noActiveFilter.
    Author:
    NaroaIriarte
    • Constructor Detail

      • WebServicesWithNoActiveFilterTest

        public WebServicesWithNoActiveFilterTest()
    • Method Detail

      • jsonWithNoActiveFilterTrue

        public void jsonWithNoActiveFilterTrue()
                                        throws org.codehaus.jettison.json.JSONException
        Test to ensure that the no_active_filter is working when it is set to true in the JSON WebServices. The expected behavior is getting the elements which are not active.
        Throws:
        org.codehaus.jettison.json.JSONException
      • jsonWithNoActiveFilterFalse

        public void jsonWithNoActiveFilterFalse()
                                         throws org.codehaus.jettison.json.JSONException
        Test to ensure that the no_active_filter is working when it is set to false in the JSON WebServices. The expected behavior is not getting the elements which are not active.
        Throws:
        org.codehaus.jettison.json.JSONException
      • dalWithNoActiveFilterTrue

        public void dalWithNoActiveFilterTrue()
        Test to ensure that the no_active_filter is working when it is set to true in the dal WebServices. The expected behavior is getting the elements which are not active.
      • dalWithNoActiveFilterFalse

        public void dalWithNoActiveFilterFalse()
        Test to ensure that the no_active_filter is working when it is set to false in the dal WebServices. The expected behavior is not getting the elements which are not active.