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

Quick Search    Search Deep

com.hp.hpl.jena.ontology.daml.impl.test
Class TestPackage  view TestPackage download TestPackage.java

java.lang.Object
  extended byjunit.framework.TestSuite
      extended bycom.hp.hpl.jena.ontology.daml.impl.test.TestPackage
All Implemented Interfaces:
junit.framework.Test

public class TestPackage
extends junit.framework.TestSuite

Collected unit tests for DAML API

Version:
CVS $Id: TestPackage.java,v 1.6 2005/02/21 12:05:48 andy_seaborne Exp $

Field Summary
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
private TestPackage()
          Creates new TestPackage
 
Method Summary
private  void addTest(java.lang.String name, junit.framework.TestSuite tc)
           
static junit.framework.TestSuite 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

TestPackage

private TestPackage()
Creates new TestPackage

Method Detail

suite

public static junit.framework.TestSuite suite()

addTest

private void addTest(java.lang.String name,
                     junit.framework.TestSuite tc)