org.freehep.graphicsio.test
Class TestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.freehep.graphicsio.test.TestSuite
All Implemented Interfaces:
junit.framework.Test

public class TestSuite
extends junit.framework.TestSuite

Version:
$Id: TestSuite.java 12762 2007-06-13 17:26:00Z duns $
Author:
Mark Donszelmann

Nested Class Summary
static class TestSuite.TestCase
           
 
Constructor Summary
protected TestSuite()
           
 
Method Summary
protected  void addTests(java.lang.String formatName)
           
protected  void addTests(java.lang.String[] args)
           
protected  void addTests(java.lang.String formatName, java.util.Properties properties)
           
protected  void addTests(org.freehep.graphicsio.test.TestSuite.Format fmt, java.util.Properties properties)
           
static void main(java.lang.String[] args)
           
static TestSuite suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestSuite

protected TestSuite()
Method Detail

addTests

protected void addTests(org.freehep.graphicsio.test.TestSuite.Format fmt,
                        java.util.Properties properties)

addTests

protected void addTests(java.lang.String formatName,
                        java.util.Properties properties)

addTests

protected void addTests(java.lang.String formatName)

addTests

protected void addTests(java.lang.String[] args)

suite

public static TestSuite suite()

main

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.