[webbeans-issues] [JBoss JIRA] Created: (WBTCK-32) Unproxyable Dependency Exception Test
by Gurkan Erdogdu (JIRA)
Unproxyable Dependency Exception Test
-------------------------------------
Key: WBTCK-32
URL: https://jira.jboss.org/jira/browse/WBTCK-32
Project: JSR-299 TCK
Issue Type: Bug
Reporter: Gurkan Erdogdu
In test class
UnproxyableTest, method testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedWebBean
--------------------------
Test fails because no injection point that resolves to FinalTuna_Broken class. To test fails, there must be injection points.
Coverage : 5.4.1 ba)
Classes which are declared final or have final methods cannot be proxied by the container. If an injection point whose declared type cannot be proxied by the container resolves to a bean with a normal scope, an UnproxyableDependencyException is thrown by the container at deployment time
--
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
15 years, 10 months
[webbeans-issues] [JBoss JIRA] Created: (WBTCK-31) EventTest - Bugs
by Gurkan Erdogdu (JIRA)
EventTest - Bugs
----------------
Key: WBTCK-31
URL: https://jira.jboss.org/jira/browse/WBTCK-31
Project: JSR-299 TCK
Issue Type: Bug
Reporter: Gurkan Erdogdu
EventTest class
------------------------------
1* public void testEventObjectContainsTypeVariablesWhenResolvingFails()
This method checks the IllegalArgumentException, but not defines ExpectedException.
Coverage : 7.7.b ) If the type of the event object passed to resolveObservers() contains type variables, an IllegalArgumentException is thrown
2* Following methods are failed because there are more than one implicit Event component exist.
testImplicitEventBeanHasDependentScope
testImplicitEventBeanHasStandardDeploymentType
testImplicitEventBeanHasNoName
testImplicitEventBeanProvidedByContainer
3* How this method is tested ?
testAsynchronousObserverIsAsynchronous. When the asynhronous call is done?
--
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
15 years, 10 months