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

public class TestAllDifferent
extends OntTestBase

Unit tests for the AllDifferent declaration.

Version:
CVS $Id: TestAllDifferent.java,v 1.8 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
TestAllDifferent(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

TestAllDifferent

public TestAllDifferent(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