Hi all, We are converting most of our JavaScript code in our Tapestry applications into mixins, and I was wandering if anyone can recommend a testing framework / methodology for unit testing these mixins.
We have only just started to think about a solution, but we currently use JUnit 4 and Testify to test IoC services, so we are familiar with these... an ideal solution would play nice with these frameworks. I am also aware of the @ForComponents annotation in Testify for testing components, to be honest I haven't used it much and couldn't found any examples of using it to test mixins... can it? If there isn't anything already integrated with Tapestry's mixin architecture, then I guess I could test only the JavaScript code. Since we always try to use external .js files with a mixins, we do have have the required separation. Would love to know what others are doing... any thoughts? Kind regards, Peter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org