universe.tests
Class AllTests

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--universe.tests.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestCase

The start of the Universe test tree.

Version:
$Id: AllTests.java,v 1.2 2002/03/10 20:40:43 jjweston Exp $

Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
AllTests(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
          Permits this test class to be run by itself.
static junit.framework.Test suite()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

main

public static void main(java.lang.String[] args)
Permits this test class to be run by itself.

Parameters:
args - standard java command-line arguments; ignored in this case


Copyright © 2001 Universe Dev Team All Rights Reserved.