You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by "Lars Corneliussen (Commented) (JIRA)" <ji...@apache.org> on 2012/01/10 11:26:39 UTC

[jira] [Commented] (NPANDAY-529) create internalsVisibleTo parameter list for the compiler plugin

    [ https://issues.apache.org/jira/browse/NPANDAY-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183195#comment-13183195 ] 

Lars Corneliussen commented on NPANDAY-529:
-------------------------------------------

Should that be generically solved, or rather a specific parameter?
                
> create internalsVisibleTo parameter list for the compiler plugin
> ----------------------------------------------------------------
>
>                 Key: NPANDAY-529
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-529
>             Project: NPanday
>          Issue Type: Bug
>          Components: Maven Plugins
>    Affects Versions: 1.4-incubating
>            Reporter: Matthias Weßendorf
>            Assignee: Matthias Weßendorf
>
> Sometimes it is needed to "expose" internal interfaces (for mocking/testing)
> NMock is not allowing to create mocks out of internal interfaces:
> In order archive it, we need to have the following on the AssemblyInfo.cs file
> {code}
> [assembly: InternalsVisibleTo("Mocks")]
> [assembly: InternalsVisibleTo("MockObjects")]
> {code}
> However, since this is not always needed, it should be a parameter list in the pom.xml config section

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira