test.implementation.server
Class ServerSUITE

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

public class ServerSUITE
extends junit.framework.TestSuite

JBossMX Specific Server tests.

Author:
Adrian Brock.

Constructor Summary
ServerSUITE()
           
 
Method Summary
static void main(String[] args)
          Run the tests
static junit.framework.Test suite()
          Get a list of tests.
 
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

ServerSUITE

public ServerSUITE()
Method Detail

main

public static void main(String[] args)
Run the tests

Parameters:
args - the arguments for the test

suite

public static junit.framework.Test suite()
Get a list of tests.

Returns:
the tests


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