test.compliance
Class ComplianceSUITE

java.lang.Object
  extended by junit.framework.TestSuite
      extended by test.compliance.ComplianceSUITE
All Implemented Interfaces:
junit.framework.Test

public class ComplianceSUITE
extends junit.framework.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.

Author:
Trevor Squires.

Constructor Summary
ComplianceSUITE()
           
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplianceSUITE

public ComplianceSUITE()
Method Detail

main

public static void main(String[] args)

suite

public static junit.framework.Test suite()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.