[weld-issues] [JBoss JIRA] Updated: (CDITCK-19) Add a test verifying that @Current is inherited in specialization

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Oct 15 09:03:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/CDITCK-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated CDITCK-19:
----------------------------

    Component/s: Tests


> Add a test verifying that @Current is inherited in specialization
> -----------------------------------------------------------------
>
>                 Key: CDITCK-19
>                 URL: https://jira.jboss.org/jira/browse/CDITCK-19
>             Project: CDI TCK
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Tests
>            Reporter: Pete Muir
>             Fix For: 1.0.0.CR3
>
>
> Given
> class Bean1 {
> }
> @Binding1
> @Specializes
> class Bean2 extends Bean1{
> }
> verify that Bean2 has binding @Binding1 only
> Given
> @Binding1
> class Bean1 {
> }
> @Specializes
> class Bean2 extends Bean1{
> }
> verify that Bean2 has bindings @Current @Binding1 only
> Given
> @Binding2
> class Bean1 {
> }
> class Bean2 extends Bean1{
> }
> @Binding2 is @Inherited
> Verify that Bean2 has bindings @Binding2 only

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list