|
Has anyone got any words of wisdom about unit testing metafacade implementation code? I'm experimenting with building a metafacade-based cartridge, and I'm wondering what the best approach is to testing the code I'm writing in the generated src FacadeLogicImpl files? Is there an easy way to create a JUnit test for each impl, or do I need to system test using a test project with UML diagram, or something in between?
--Bob Muller |
