I\'ve made some unit tests (in test class). The tutorial I\'ve read said that I should make a TestSuite for the unittests.
Odd is that when I\'m running the unit tes
For sure, it won't work since you're not telling the test suite what are your test classes.
But I'm wondering why you're not using the "classical way" for building Test suites, which is ant using jUnit's ant tasks.