Hi Vincent,
I want to write integration unit tests with Mbean (JMX stuff). If it is possible with just junit, then why I should go for Cactus as you said it is better. Kindly explain Thanks - Prabodh --- Vincent Massol <[EMAIL PROTECTED]> wrote: > Hi Prabodh, > > As you know MBeans are simply java beans. As such > they be unit tested > with JUnit (no need for Cactus). > > Now, if you want to write integration unit tests > like unit testing a > method that registers an MBean against the MBean > server of WebLogic (for > exemple), then Cactus is a good choice. > > -Vincent > > > -----Original Message----- > > From: Prabodh Goel [mailto:[EMAIL PROTECTED]] > > Sent: 24 September 2002 08:09 > > To: Cactus Users List > > Subject: MBeans with Junit > > > > > > Hi > > > > Can we use Junit Framework ( *not* Cactus) to unit > > test MBeans or JMX related stuff ? > > > > Thanks > > Prabodh > > > > > > __________________________________________________ > > Do you Yahoo!? > > New DSL Internet Access from SBC & Yahoo! > > http://sbc.yahoo.com > > > > -- > > To unsubscribe, e-mail: <mailto:cactus-user- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:cactus-user- > > [EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
