我试图实现的是测试一些逻辑,它背后有一个网络套接字通信。
我最近实现了WebSocket客户端端点,我想像WireMock一样测试它--声明性地指定预期来自外部WebSocket服务器的web套接字消息。
预期库/API:
// SomeLibrary is configured properly
SomeLibrary.stubSocketMessage(forSession(idFromString("Some session id.")))
.respondTo("Message sent from service with w
我已经使用properties-service.xml将JBoss中的属性文件配置为6。下面是我的JBoss配置为6-->
<mbean code="org.jboss.varia.property.SystemPropertiesService"
name="jboss:type=Service,name=SystemProperties">
<attribute name="URLList">
here is path for properties file.
</attribute>
<