[infinispan-issues] [JBoss JIRA] Commented: (ISPN-1308) Create a test project to run the JCACHE TCK (annotations part)
Kevin Pollet (JIRA)
jira-events at lists.jboss.org
Thu Aug 4 10:05:57 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618753#comment-12618753 ]
Kevin Pollet commented on ISPN-1308:
------------------------------------
The {{TCK}} is a Maven artifact which contains the compiled test classes. To run these tests it's needed to "unpack" these classes with the {{maven-dependency-plugin}} and to use {{JUnit}}.
I think it's possible to run both tests ({{TestNG}} and {{JUnit}}) in the same project but it seems to me more clean to execute the {{TCK}} tests in another project.
Running the {{TCK}} in another project will also ensure that the packaged extension works fine.
But I've no strong opinion :)
> Create a test project to run the JCACHE TCK (annotations part)
> --------------------------------------------------------------
>
> Key: ISPN-1308
> URL: https://issues.jboss.org/browse/ISPN-1308
> Project: Infinispan
> Issue Type: Task
> Components: CDI integration
> Reporter: Kevin Pollet
> Assignee: Kevin Pollet
> Fix For: 5.1.0.BETA1, 5.1.0.FINAL
>
>
> The CDI Integration module implements the caching annotations part of the JCACHE specification. A TCK runner project should be created to make sure this implementation is compliant with the specification. To do that the {{cdi}} project layout could be modified to something like:
> * {{cdi}}
> ** {{impl}}
> ** {{tests}}
> *** {{tck-runner}}
> *** ... (arquillian test projects see ISPN-1266)
> TCK repository: https://github.com/jsr107/jsr107tck
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list