Re: Unit testing RMI Servers
Niclas Hedhman <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
On Monday 09 May 2005 14:26, David Whyte wrote: > Can anyone advise of any previous work that may have been done to make > this kind of test a little easier. I don't mind doing it the long way > I have outlined above, but if there is a neater way to go about it, > bring it on ;) I think you should list what you want the test to capture. If you are talking unittesting only, I don't see the purpose to spawn a separate thread at all (we must trust the Sun doesn't release JDKs with severely faulty RMI implementations in them). If you want to make sure that no local references are being handed around, then do separation through classloader management instead. Cheers Niclas =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html