This content has been marked as final.
Show 3 replies
-
1. Re: Common package
julien1 May 2, 2007 8:39 AM (in response to julien1)at first sight, my first comments
- The report is formatted appropriately.
- You are saying that the common.test package looks ok, however this package is about defining the concept of test and how it is executed. So it needs to be meta tested : I think that TestParameterValue, TestParametrization, MonoValuedTestParameterValue and MultiValuedTestParameterValue should be tested
I don't have much time right now as the 2.6 release is the priority but I will certainly come back in order that we reach a status for that. -
2. Re: Common package
mwringe May 3, 2007 9:52 AM (in response to julien1)"julien@jboss.com" wrote:
- You are saying that the common.test package looks ok, however this package is about defining the concept of test and how it is executed. So it needs to be meta tested : I think that TestParameterValue, TestParametrization, MonoValuedTestParameterValue and MultiValuedTestParameterValue should be tested
Hmm, I was looking at the TestParameterValueTestCase and the TestParametrizationTestCase, which does seem to functionally test those classes. But I guess since these classes are used in tests, we need to create tests that will also be tested. -
3. Re: Common package
julien1 May 3, 2007 11:34 AM (in response to julien1)My bad, I did not see / forgot those test cases :-)