org.exolab.jmscts.test
Class ComplianceTestSuite

java.lang.Object
  |
  +--org.exolab.jmscts.test.ComplianceTestSuite

public final class ComplianceTestSuite
extends java.lang.Object

This class encapsulates all compliance tests.

Version:
$Revision: 1.6 $
Author:
Tim Anderson

Method Summary
static void main(java.lang.String[] args)
          The main line used to execute the compliance test cases
static junit.framework.Test suite()
          Sets up the test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main line used to execute the compliance test cases
Parameters:
args - the command line arguments

suite

public static junit.framework.Test suite()
Sets up the test suite.
Returns:
the test suite


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.