[
https://jira.jboss.org/jira/browse/CDITCK-19?page=com.atlassian.jira.plug...
]
Pete Muir closed CDITCK-19.
---------------------------
Fix Version/s: (was: 1.0.0.CR7)
Resolution: Out of Date
Assignee: Pete Muir
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
Assignee: Pete Muir
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