Hey all,
I'm going through and finally learning the testing framework that we have
setup. One thing that kinda bugs me is the VelocityTestSuite class. It seems
to be fairly old and outdated now that we are executing things from the Ant
build scripts now.
So, what I would like to propose is merging VelocityTestSuite into
TemplateTestCase and then removing VelocityTestSuite as well as adding this
method to TemplateTestCase...
public static junit.framework.Test suite ()
{
return new TemplateTestCase();
}
Comments?
thanks,
-jon