samples/aserverinfo/test/org/apidesign/aserverinfo/test/BuilderFactoryTest.java
changeset 295 d6fa728fb2ba
parent 294 0753acb192c7
child 296 20476950e410
     1.1 --- a/samples/aserverinfo/test/org/apidesign/aserverinfo/test/BuilderFactoryTest.java	Sat Nov 15 08:19:20 2008 +0100
     1.2 +++ b/samples/aserverinfo/test/org/apidesign/aserverinfo/test/BuilderFactoryTest.java	Sat Nov 15 08:25:52 2008 +0100
     1.3 @@ -27,7 +27,7 @@
     1.4      }
     1.5  
     1.6      @Test
     1.7 -    public void showUseOfCumulativeFactory() throws Exception {
     1.8 +    public void showUseOfBuilder() throws Exception {
     1.9          Prov p = new Prov();
    1.10          NameProvider np = p;
    1.11          URLProvider up = p;
    1.12 @@ -47,7 +47,7 @@
    1.13      }
    1.14      
    1.15      @Test
    1.16 -    public void showVerboseUseOfCumulativeFactory() throws Exception {
    1.17 +    public void showVerboseUseOfBuilder() throws Exception {
    1.18          Prov prov = new Prov();
    1.19          ServerConnector info;
    1.20