|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestSuite
test.compliance.ComplianceSUITE
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. Either way, you should comment the code justifying why the test is valid despite failing against the RI.
Constructor Summary | |
ComplianceSUITE()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
static Test |
suite()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComplianceSUITE()
Method Detail |
public static void main(java.lang.String[] args)
public static Test suite()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |