You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
Fixed in: 1.7.0
Votes: 1, Watches: 1
The text was updated successfully, but these errors were encountered:
Alin Dreghiciu created PAXCONSTRUCT-104
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:
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...
Fixed in: 1.7.0
Votes: 1, Watches: 1
The text was updated successfully, but these errors were encountered: