⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻
字号:
FileGenTestCase verifies that the proper set of files is generated for FileGen.wsdl.  This is a test that would be useful for many WSDL files, so FileGenTestCase is also extensible.Here is the interface for FileGenTestCase:FileGenTestCase {    public FileGenTestCase(java.lang.String);    protected java.util.Set shouldExist();    protected java.lang.String rootDir();    public void testFileGen() throws java.io.IOException;}All extensions should have a constructor that takes a String and calls super(string).  This is a requirement of the junit framework.All extensions should override shouldExist.  This method returns a set containing the String local names of the files that should exist in a given directory.All extensions should override rootDir.  This method returns the name of the directory which will be checked for file existence.testFileGen is the test that does all the work and extensions do not need to override it.For a concrete example of an extension to FileGenTestCase, see xml-axis/java/test/wsdl/clash/VerifyFilesTestCase.java.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -