Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Database
Class AllTests  view AllTests download AllTests.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byDatabase.AllTests
All Implemented Interfaces:
junit.framework.Test

public class AllTests
extends junit.framework.TestSuite

Class declaration

Version:
$Revision: 1.1 $ $Date: 2001/03/15 15:44:50 $

Field Summary
private static java.lang.Class CLASS
          static reference to .class.
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
          Method declaration
static junit.framework.Test suite()
          Method declaration
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS

private static java.lang.Class CLASS
static reference to .class. Java does not provide any way to obtain the Class object from static method without naming it.

Constructor Detail

AllTests

public AllTests()
Method Detail

main

public static void main(java.lang.String[] args)
Method declaration


suite

public static junit.framework.Test suite()
Method declaration