xsdreferencesdeploytest.java

来自「bpel执行引擎用来执行bpel业务流程」· Java 代码 · 共 17 行

JAVA
17
字号
package org.apache.ode.axis2;/** * @author Matthieu Riou <mriou@apache.org> */public class XSDReferencesDeployTest extends Axis2TestBase {    public void testSimpleFaultCatch() throws Exception {        server.deployService(DummyService.class.getCanonicalName());        // If we have a bug, this will throw an exception, no need to assert        server.deployProcess("XSDReferences");        server.undeployProcess("XSDReferences");    }}

⌨️ 快捷键说明

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