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

Quick Search    Search Deep

org.media.datastore.test.sepengine
Class AllSepengineTestSuite  view AllSepengineTestSuite download AllSepengineTestSuite.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.media.datastore.test.sepengine.AllSepengineTestSuite
All Implemented Interfaces:
junit.framework.Test

public class AllSepengineTestSuite
extends junit.framework.TestSuite

Class meant to run all the Test Suites related to datastore project, Sep parser package.

Version:
$Revision: 1.7 $ $Date: 2001/09/27 20:24:53 $

Field Summary
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
AllSepengineTestSuite(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 
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
 

Constructor Detail

AllSepengineTestSuite

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

suite

public static junit.framework.Test suite()

main

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