FileDocCategorySizeDatePackage
FileGenTestCase.javaAPI DocApache Axis 1.42021Sat Apr 22 18:57:28 BST 2006test.wsdl.filegen

FileGenTestCase

public class FileGenTestCase extends test.AxisFileGenTestBase
This tests the file generation of only the items that are referenced in WSDL
author
Tom Jordahl (tomj@macromedia.com)

Fields Summary
Constructors Summary
public FileGenTestCase(String name)

        super(name);
    
Methods Summary
protected java.util.SetmayExist()
List of files which may or may not be generated.

        HashSet set = new HashSet();
        return set;
    
protected java.lang.StringrootDir()
The directory containing the files that should exist.

        return "build" + File.separator + "work" + File.separator + 
                "test" + File.separator + "wsdl" + File.separator +
                "filegen";
    
protected java.util.SetshouldExist()
List of files which should be generated.

        HashSet set = new HashSet();
        set.add("AllOptionTestCase.java");
        set.add("FileGenTestCase.java");
        set.add("OpFault.java");
        set.add("PortTypeSoap.java");
        set.add("ReferenceService.java");
        set.add("ReferenceServiceLocator.java");
        set.add("ReferenceSoapBindingStub.java");
        return set;