📄 noservicefaulttest.java
字号:
package org.codehaus.xfire.fault;import org.codehaus.xfire.test.AbstractXFireTest;import org.jdom.Document;public class NoServiceFaultTest extends AbstractXFireTest{ /** * Tests to see what happens when there is no service and we invoke. * @throws Exception */ public void testInvoke() throws Exception { Document response = invokeService((String)null, "/org/codehaus/xfire/echo11.xml"); assertNull(response); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -