Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm using mvn archetype:generate -DarchetypeCatalog=http://myfaces.apache.org Is there a parameter for generating Unit tests for MyFaces-Test?

share|improve this question

1 Answer

up vote 0 down vote accepted

Not yet, but it is an interesting suggestion. Please create an improvement issue on MyFaces Test issue tracker. In theory, it could be good to add a goal to myfaces builder plugin that generate test classes based on the model, or in the archetype generate some default useful test cases. Personally I already have a prototype, but it is work in progress. If you want more info about it or contribute in some way (patches, comments, ...) please subscribe to MyFaces Users and Dev mailing list and ask questions there directly.

share|improve this answer
I saw some ideas at mail-archive.com/dev@myfaces.apache.org They sound interesting. – Dar Whi Aug 29 '11 at 23:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.