Extract module to support testing (magnolia-testutils)
------------------------------------------------------
Key: MAGNOLIA-2633
URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2633
Project: Magnolia
Issue Type: Task
Components: testing
Affects Versions: Ideas
Reporter: Rob van der Linden Vooren
Assignee: Boris Kraft
I recently discovered that Magnolia core provides utilities for testing,
residing in the "info.magnolia.test.mock" package, in the "test" source tree.
I think it would be really helpful for module developers as well, to lower the
barrier to testing by providing these test utilities as a seperate maven module.
One could then define a maven dependency as such (example):
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-test</artifactId>
<version>4.0</version>
</dependency>
and have testing tools readily available. What do you guys think?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------