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 TestDAMLClass  view TestDAMLClass download TestDAMLClass.java

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

public class TestDAMLClass
extends DAMLTestBase

unit tests for DAML Class

Version:
CVS $Id: TestDAMLClass.java,v 1.14 2005/04/08 17:37:11 ian_dickinson Exp $

Nested Class Summary
 
Nested classes inherited from class com.hp.hpl.jena.ontology.daml.impl.test.DAMLTestBase
DAMLTestBase.OntTestCase
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.ontology.daml.impl.test.DAMLTestBase
BASE, NS
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
TestDAMLClass(java.lang.String name)
           
 
Method Summary
 DAMLTestBase.OntTestCase[] getTests()
          Return the array of tests for the suite
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

TestDAMLClass

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

suite

public static junit.framework.TestSuite suite()

getTests

public DAMLTestBase.OntTestCase[] getTests()
Description copied from class: DAMLTestBase
Return the array of tests for the suite

Overrides:
getTests in class DAMLTestBase