[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Where are the management integration tests?
jmesnil
do-not-reply at jboss.com
Tue Apr 7 04:24:49 EDT 2009
"timfox" wrote : Ok, I am confused here.
|
| I am looking through the management "integration" tests expecting to see a set of tests which basically do what the user will do. i.e. send management messages from the client to the server, and verify the results.
|
| But I can't find any, all I see is tests (which look more like unit tests) which call the control objects directly.
|
| Am I looking in the wrong place?
The management integration tests use the same code base for JMX and core messages.
The only differences is how they build the management interface proxy:
* with JMX, it is directly the MBean Proxy
* with core messages, there is a CoreMessagingProxy which proxies the management call on the client side to a core message sent to the server side
This was done to have the same test codebase for both JMX and core messages.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223916#4223916
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223916
More information about the jboss-dev-forums
mailing list