inthefabric / RexConnect

Connect to Rexster/RexPro via TCP connection.
www.inthefabric.com
Other
10 stars 0 forks source link

Unit Testing #3

Open zachkinstner opened 11 years ago

zachkinstner commented 11 years ago

I'm familiar with testing (and various frameworks/techniques) for my C# projects -- see unit tests and integration tests for Fabric, for example. However, I don't have any experience doing this in Java. I will do the research when the time comes, but I certainly welcome any suggestions in the meantime.

The importance of testing increases as other people begin to use this software/code -- especially since it will likely be used/stressed in ways that Fabric does not.