On Sun, 2002-06-16 at 17:06, Dmitri Plotnikov wrote: > The problem is with the count. The tests have internal structure - sorry, > that might be bad idea, at least misleading. > > The actual number of tests hiding behind the 8 you counted is about 350, you > need to count each XPath that is being tested, because they are designed to > provide very good coverage of the overall codebase. I try to use a more direct approach testing classes and not indirect, where possible. It helps debugging in the long term and catching possible errors, which doesn't necessarily have to break the testcases. As an example for your code base : The QName.java equals method. I would make a testcase for that object containing at least the equalsmethod, so you know all the tests are failing, because your equals is broken. > > I hope that addresses your concern. > That's why I said that i am not -1'ing the release, since everyone has a different approach on using tests, which isn't necessarily a bad thing.. Mvgr, Martin BTW the code is looking good ;) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- [BeanUtils][Betwixt][commons] Proposal: Reflection/Int... Stephen Colebourne
- [VOTE] was Re: [BeanUtils][Betwixt][commons] Prop... Juozas Baliuka
- Re: [VOTE] was Re: [BeanUtils][Betwixt][commo... Dmitri Plotnikov
- Re: [VOTE] was Re: [BeanUtils][Betwixt][c... bob mcwhirter
- [VOTE] Release vote for JXPath 1.0 Dmitri Plotnikov
- Re: [VOTE] Release vote for JXPa... Juozas Baliuka
- Re: [VOTE] Release vote for JXPa... Martin van den Bemt
- Re: [VOTE] Release vote for ... Martin van den Bemt
- Re: [VOTE] Release vote ... Juozas Baliuka
- Re: [VOTE] Release vote for ... Dmitri Plotnikov
- Re: [VOTE] Release vote ... Martin van den Bemt
- Re: [VOTE] Release vote for JXPa... costinm
- Re: [VOTE] Release vote for JXPa... Ivelin Ivanov
- Re: [BeanUtils][Betwixt][commons] Proposal:Reflec... Martin van den Bemt
- Re: [BeanUtils][Betwixt][commons] Proposal: R... costinm
- Re: [BeanUtils][Betwixt][commons] [jxpath... Dmitri Plotnikov
- Re: [BeanUtils][Betwixt][commons] [jx... Stephen Colebourne
- Re: [BeanUtils][Betwixt][commons... Dmitri Plotnikov
- Re: [BeanUtils][Betwixt][com... Dmitri Plotnikov
- Re: [BeanUtils][Betwixt]... Stephen Colebourne
- Re: [BeanUtils][Betwixt]... Dmitri Plotnikov
