test.implementation
Class ImplementationSUITE

java.lang.Object
  extended by junit.framework.TestSuite
      extended by test.implementation.ImplementationSUITE
All Implemented Interfaces:
junit.framework.Test

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

Author:
Juha Lindfors.
See Also:
ComplianceSUITE

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

ImplementationSUITE

public ImplementationSUITE()
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.