You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/03/01 13:30:19 UTC

[jira] [Created] (TOMEE-1133) support @CdiExtensions on test class for ApplicationComposer

Romain Manni-Bucau created TOMEE-1133:
-----------------------------------------

             Summary: support @CdiExtensions on test class for ApplicationComposer
                 Key: TOMEE-1133
                 URL: https://issues.apache.org/jira/browse/TOMEE-1133
             Project: TomEE
          Issue Type: New Feature
            Reporter: Romain Manni-Bucau
            Assignee: Romain Manni-Bucau
             Fix For: 1.6.1


{code}
@CdiExtensions(MyExtension.class)
@RunWith(ApplicationComposer.class)
public class AppComposerCdiExtensionTest {
...}
{code}

This is put on test class since it is not linked to any particular module



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)