ComplianceSUITE.java | Class | Everything under test.compliance is a set of unit tests
which should pass as much as possible against the JMX RI
Additions to this package are welcome/encouraged - adding a
test that fails is a great way to communicate a bug ;-)
Anyone contributing to the JBoss JMX impl should seriously
consider providing a testcase prior to making code changes
in the impl itself - ala XP.
The only restriction is that if the tests don't succeed against
the RI, the test error message should indicate that the test
will fail on the RI (preferred way) or at least comment the testcase
stating expected failures. |