Title: Message Title
|
|
|
|
Currently this is more or less tested:
||At interceptor class|| @AroundConstruct expected behaviour|| @PostConstruct expected behaviour|| |with Object return type | works (but returned value is ignored)| works (but returned value is ignored)| |with Void return type| works | works | |with invalid param count (>1)| fails with exception| fails with exception| |with invalid param type| fails with exception| fails with exception| |with invalid return type| fails with exception| fails with exception| |without parameter| x not tested | works but lifecycle callback is not invoked|
||At target class|| @AroundInvoke expected behaviour|| @PostConstruct expected behaviour|| |with invalid param count (>1)| fails with exception| works but lifecycle callback is not invoked| |with invalid param type| fails with exception| not tested| |with invalid return type| fails with exception| works (but no assertion) |
|
|
|
|
|
|
|
|
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues