FileDocCategorySizeDatePackage
TestPriceList_Service.javaAPI DocExample590Tue Oct 09 11:03:40 BST 2001com.ecerami.test.soap

TestPriceList_Service

public class TestPriceList_Service extends TestCase

Fields Summary
Constructors Summary
public TestPriceList_Service(String name)

         super(name);
     
Methods Summary
public voidtestPriceList()
Tests PriceList Service

      String skus[] = {"A358185", "A358565" };
      PriceListClient client = new PriceListClient();
      double[] prices = client.getPriceList(skus);
      assertEquals (54.99, prices[0], 0.0);
      assertEquals (19.99, prices[1], 0.0);