Dmitriy Kopylenko wrote:
> Juergen, everybody,
>
> I've noticed a long time ago that some of our test classes are named
> as xxxTestSuite and some are named as xxxTests. I'd like to see a
> consistent naming pattern throughout the code base. So, what would be
> the consistent naming convention for test classes?
>
I'd vote for xxxTest, without presuming if it contains one or more
tests. If I'm not mistaken, that's the standard enforced by Eclipse
plugin for instance.
> Thoughts?
>
> Regards,
> Dmitriy.
Olivier
|