com.eyebolt.iplib
Class ZTestSuite

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--com.eyebolt.iplib.ZTestSuite
All Implemented Interfaces:
junit.framework.Test

public class ZTestSuite
extends junit.framework.TestSuite

ZTestSuite.java Created: Mon Apr 23 12:00:06 2001

Version:
1.0
Author:
John Gardner

Fields inherited from class junit.framework.TestSuite
fName, fTests
 
Constructor Summary
ZTestSuite()
          Constructor for the ZTestSuite object
 
Method Summary
static void main(java.lang.String[] args)
          Runs the test case.
static junit.framework.Test suite()
          A unit test suite for JUnit
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestMethod, addTestSuite, countTestCases, getConstructor, isPublicTestMethod, isTestMethod, run, runTest, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ZTestSuite

public ZTestSuite()
Constructor for the ZTestSuite object
Method Detail

suite

public static junit.framework.Test suite()
A unit test suite for JUnit
Returns:
The test suite

main

public static void main(java.lang.String[] args)
Runs the test case. Uncomment either the textual UI, Swing UI, or AWT UI.
Parameters:
args - Description of Parameter


Copyright © 2001 Eyebolt, Inc.