We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The test for overriding methods and qualifier inheritance has a flaw. It makes the assumption that the method was invoked.
https://github.com/eclipse-ee4j/injection-tck/blob/master/src/main/java/org/atinject/tck/auto/V8Engine.java#L40
If that method never gets called then the test will pass. The TCK should be amended to assert the method is invoked