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

Quick Search    Search Deep

org.media.sep.test.parser
Class AllParserTestSuite  view AllParserTestSuite download AllParserTestSuite.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.media.sep.test.parser.AllParserTestSuite
All Implemented Interfaces:
junit.framework.Test

public class AllParserTestSuite
extends junit.framework.TestSuite

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

Version:
$Revision: 1.11 $ $Date: 2001/09/19 16:44:45 $

Field Summary
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
AllParserTestSuite(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

AllParserTestSuite

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

suite

public static junit.framework.Test suite()

main

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