test.implementation
Class ImplementationSUITE

java.lang.Object
  extended byTestSuite
      extended bytest.implementation.ImplementationSUITE

public class ImplementationSUITE
extends TestSuite

Test suites under test.implementation are used to test internal JBossMX implementation and additional functionality not covered in the JMX spec. This suite should be run with the compliance test suite (see test.compliance package) whenever new features are being added.

See Also:
ComplianceSUITE (src) , Serialized Form

Constructor Summary
ImplementationSUITE()
           
 
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

ImplementationSUITE

public ImplementationSUITE()
Method Detail

main

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

suite

public static Test suite()