PeteGashek / puzzlebazar

Automatically exported from code.google.com/p/puzzlebazar
0 stars 0 forks source link

Start writing unit tests #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We should start writing unit tests and figure out how to test GWTP. After 
testing a couple of classes, the first step should be to enter an issue for 
each class on which we have to write a unit test.

Original issue reported on code.google.com by philippe.beaudoin on 28 Mar 2010 at 5:57

GoogleCodeExporter commented 8 years ago
A excellent source of information on testing:
http://code.google.com/webtoolkit/articles/testing_methodologies_using_gwt.html

Original comment by philippe.beaudoin on 28 Mar 2010 at 6:12

GoogleCodeExporter commented 8 years ago
Simple introduction to JUnit testing:
http://www.vogella.de/articles/JUnit/article.html

Original comment by philippe.beaudoin on 28 Mar 2010 at 6:33