<sinp> > xjavadoc will be able to do the content comparison. Will this be easier or harder to set up than comparing classes by reflection?
You can easily > compare class/method signatures, but what about actual code? How do you > check if the body of the generated DO.equals() has the code you're > expecting?! I think this is beyond reasonable scope of automated regression testing. I'd say, write a unit test for the generated class. david jencks > > Ara. > > > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
