FileDocCategorySizeDatePackage
TestPrice_Service.javaAPI DocExample474Tue Oct 09 11:03:40 BST 2001com.ecerami.test.soap

TestPrice_Service

public class TestPrice_Service extends TestCase

Fields Summary
Constructors Summary
public TestPrice_Service(String name)

         super(name);
     
Methods Summary
public voidtestPriceService()
Tests Price Service

      PriceClient client = new PriceClient();
      double price = client.getPrice("A358565");
      assertEquals (19.99, price, 0.0);