Unit testing Google wave robots in Java

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-06-05T15:48:37Z Indexed on 2010/06/05 15:52 UTC
Read the original article Hit count: 240

Any tips or best practices for unit testing Google Wave robots written in Java? I'm expecting to deploy on AppEngine, if that helps. I'm a fan of TDD but new to both Wave Robots and AppEngine, so I'm hoping to use TDD to help me explore the design space.

© Stack Overflow or respective owner

Related posts about java

Related posts about unit-testing