Discussion:
[picocontainer-dev] working again on PicoContainer passing the JSR-330 TCK
Paul Hammant
2011-03-06 22:56:57 UTC
Permalink
Hi Gang,

I did some work on the JSR330 module. Principally dumbing it down to be
JUnit 3.8.1 rather than JUnit4. It wants to live as an old fashioned
test-suite so who am I to argue with it.

There are two test classes - neither passes. Both leverage the test suite
from JSR330 to show what has been injected incorrectly.

- One, ManualInjectionJsr330TestCase, is an attempt to pass the TCK
without a container
- The other PicoContainerJsr330TestCase attempts the same with a
PicoContainer doing the setup

Anyway, it should be easy for anyone to jump into, if they feel inclined :)

- Paul

Loading...