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

Quick Search    Search Deep

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

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

public class TestIndividual
extends OntTestBase

Unit tests for ontology individuals

Version:
CVS $Id: TestIndividual.java,v 1.7 2005/02/21 12:07:18 andy_seaborne Exp $

Nested Class Summary
 
Nested classes inherited from class com.hp.hpl.jena.ontology.impl.test.OntTestBase
OntTestBase.OntTestCase
 
Field Summary
 
Fields inherited from class com.hp.hpl.jena.ontology.impl.test.OntTestBase
BASE, NS
 
Fields inherited from class junit.framework.TestSuite
 
Constructor Summary
TestIndividual(java.lang.String name)
           
 
Method Summary
 OntTestBase.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

TestIndividual

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

suite

public static junit.framework.TestSuite suite()

getTests

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

Overrides:
getTests in class OntTestBase