[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21466#action_21466
]
Gregory Joseph commented on MAGNOLIA-2633:
------------------------------------------
You can already do that, like most of our modules do:
{noformat}
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-core</artifactId>
<version>4.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
{noformat}
Extracting that out of the source tree would mean splitting core in several
artifacts (because those utils use some core code too), which is not something
we're ready or willing to do now.
> 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]>
----------------------------------------------------------------