Class WSAddRecordWithComputedColumns


  • public class WSAddRecordWithComputedColumns
    extends BaseWSTest
    Tests that ensure XML and JSON DAL REST web services are able to create records that include a computed column.
    Author:
    alostale
    • Constructor Detail

      • WSAddRecordWithComputedColumns

        public WSAddRecordWithComputedColumns()
    • Method Detail

      • testShipmentXML

        public void testShipmentXML()
        Creates a Shipment using XML REST web service including invoiceStatus computed column.
      • testShipmentJSON

        public void testShipmentJSON()
                              throws org.codehaus.jettison.json.JSONException
        Creates a Shipment using JSON REST web service including invoiceStatus computed column.
        Throws:
        org.codehaus.jettison.json.JSONException