Unit test distributed software
Posted
by user262646
on Stack Overflow
See other posts from Stack Overflow
or by user262646
Published on 2010-04-20T04:18:25Z
Indexed on
2010/04/20
4:23 UTC
Read the original article
Hit count: 319
Is there any tool or framework able to make it easier to "unit test" distributed software written in Java? My system under test is a peer-to-peer software, and I'd like to perform testing using something like PNUnit, but with Java instead of .Net.
© Stack Overflow or respective owner