FileDocCategorySizeDatePackage
TestHello_Service.javaAPI DocExample475Tue Oct 09 11:03:40 BST 2001com.ecerami.test.soap

TestHello_Service

public class TestHello_Service extends TestCase

Fields Summary
Constructors Summary
public TestHello_Service(String name)

         super(name);
     
Methods Summary
public voidtestHello()
Tests Hello Service

      HelloClient client = new HelloClient();
      String greeting = client.getGreeting("Amy");
      assertEquals ("Hello, Amy!", greeting);