|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.semanticweb.owlapi.model.AbstractOWLTestCase
org.semanticweb.owlapi.model.AbstractOWLDataFactoryTest
public abstract class AbstractOWLDataFactoryTest
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Oct-2006
Constructor Summary | |
---|---|
AbstractOWLDataFactoryTest()
|
Method Summary | |
---|---|
static void |
assertNotEquals(java.lang.Object objA,
java.lang.Object objB)
|
static IRI |
createIRI()
|
protected OWLClass |
createOWLClass()
|
protected OWLDataProperty |
createOWLDataProperty()
|
protected OWLDatatype |
createOWLDatatype()
|
protected OWLIndividual |
createOWLIndividual()
|
protected OWLObjectProperty |
createOWLObjectProperty()
|
protected OWLTypedLiteral |
createOWLTypedConstant()
|
protected void |
setUp()
|
abstract void |
testCreation()
|
abstract void |
testEqualsNegative()
|
abstract void |
testEqualsPositive()
|
abstract void |
testHashCode()
|
Methods inherited from class org.semanticweb.owlapi.model.AbstractOWLTestCase |
---|
getOWLDataFactory, getOWLOntologyManager, tearDown |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractOWLDataFactoryTest()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class AbstractOWLTestCase
java.lang.Exception
public static IRI createIRI()
public abstract void testCreation() throws java.lang.Exception
java.lang.Exception
public abstract void testEqualsPositive() throws java.lang.Exception
java.lang.Exception
public abstract void testEqualsNegative() throws java.lang.Exception
java.lang.Exception
public abstract void testHashCode() throws java.lang.Exception
java.lang.Exception
public static void assertNotEquals(java.lang.Object objA, java.lang.Object objB)
protected OWLObjectProperty createOWLObjectProperty() throws java.lang.Exception
java.lang.Exception
protected OWLClass createOWLClass() throws java.lang.Exception
java.lang.Exception
protected OWLIndividual createOWLIndividual() throws java.lang.Exception
java.lang.Exception
protected OWLDataProperty createOWLDataProperty() throws OWLException
OWLException
protected OWLDatatype createOWLDatatype() throws OWLException
OWLException
protected OWLTypedLiteral createOWLTypedConstant() throws OWLException
OWLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |