test.compliance
Class ComplianceSUITE

java.lang.Object
  extended byTestSuite
      extended bytest.compliance.ComplianceSUITE

public class ComplianceSUITE
extends TestSuite

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.

See Also:
Serialized Form

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

ComplianceSUITE

public ComplianceSUITE()
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static Test suite()