Support Pax Exam ---------------- Key: PAXCONSTRUCT-104 URL: http://issues.ops4j.org/browse/PAXCONSTRUCT-104 Project: Pax Construct Issue Type: New Feature Reporter: Alin Dreghiciu Assignee: Stuart McCulloch
I think that Pax Construct should facilitate creation of Pax Exam modules, this either additional options in pax-create-module but maybe better via a specialized new goal/script This should generate a new module including dependencies to minimum set of pax exam artifacts such as can be seen here: http://wiki.ops4j.org//x/bICr As in the near future we will have also support for TestNG I suggest that this shoudl be configurable: * what unit test framework to be used: junit, testng with default junit * what mocking framework to be used: easymock, jmock, mockito with no default The generated module should also include a test class with the @RunWith annotation, a configuration method, one test method (for Junit), something similar for TestNg. Also if the mocking framework is specified the configuration could already include the JUnitOptions.easyMockBundles() option. Maybe we could even support pax exam/test framework/mocking framework versions and then generate the necessary options... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general