I don't know anything about those TestBean and Benchmark files.
The most important thing is to modify the signatures of the test
methods themselves.
They must all take the form:
public void testXXX () {
//test code here
}
If they are not public void testXXX, then Junit will not see them, and
will not execute the tests.
Wayne
On 3/20/06, A S Praj <[EMAIL PROTECTED]> wrote:
>
> Hi Wayne,
> The component which am trying to build is commons-beanutils, whic I
> have downlaoded from jakarta.
> I have changed the XXXXTestcase.java files to XXXXTest.java and
> changed the class names as well. Am not sure about the signatures, which you
> talk about.
> There are some more files called XXXXTestBean.java and
> XXXXBenchcase.java, does this files also need to be converted into the
> particular format?
> Please let me know about this.
>
>
> Regards
>
> A.S.Prabakar Raj
>
>