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 TestAxioms  view TestAxioms download TestAxioms.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.TestAxioms
All Implemented Interfaces:
junit.framework.Test

public class TestAxioms
extends OntTestBase

Unit tests for all different declaration

Version:
CVS $Id: TestAxioms.java,v 1.7 2005/02/21 12:07:13 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
TestAxioms(java.lang.String s)
           
 
Method Summary
protected  java.lang.String getTestName()
           
 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

TestAxioms

public TestAxioms(java.lang.String s)
Method Detail

getTestName

protected java.lang.String getTestName()

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