rasyahadlinugraha / wiquery

Automatically exported from code.google.com/p/wiquery
MIT License
0 stars 0 forks source link

remove org.testng and replace it with junit #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
org.testng seems to drag junit into our project, thus giving us 2 frameworks to 
work with. It would be neater to use just 1. And since testng depends on junit 
it seems to be the weakest link.

Original issue reported on code.google.com by hielke.hoeve on 19 Nov 2010 at 1:32

GoogleCodeExporter commented 9 years ago
Removed org.testng, upgraded all junit imports to the junit4 imports. Tests can 
now also run on pages with their own html.

Original comment by hielke.hoeve on 22 Nov 2010 at 9:05