[jboss-jira] [JBoss JIRA] (WFLY-2928) Create test framework for testing the server core
Tomaz Cerar (JIRA)
issues at jboss.org
Fri Feb 14 06:27:28 EST 2014
[ https://issues.jboss.org/browse/WFLY-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12944600#comment-12944600 ]
Tomaz Cerar commented on WFLY-2928:
-----------------------------------
There is already none or mostly no usages of arquillian in core framework testing.
we have:
- domain tests that dont use arquillian
- core-model-test module, that has framework for testing most of the core related mgmt and contains framework & tests none of which relies on arquillian atm.
- many plain unit tests.
I could see some core stuff testing in basic tests but that is small number of them and we could postpone moving that tests to core repo initially.
> Create test framework for testing the server core
> -------------------------------------------------
>
> Key: WFLY-2928
> URL: https://issues.jboss.org/browse/WFLY-2928
> Project: WildFly
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Fix For: 9.0.0.CR1
>
>
> As part of the split Arquillian code will be moved into its own repository, which means that the core can no longer rely on it for testing. To get around this we will write our own lightweight testing framework to run the core tests, similar to what we currently do for domain mode testing.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list