|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fzi.kadmos.api.impl.SimpleAlignmentFactoryTest
public class SimpleAlignmentFactoryTest
Test class for the SimpleAlignmentFactory
, which creates
SimpleAlignment
objects.
Constructor Summary | |
---|---|
SimpleAlignmentFactoryTest()
|
Method Summary | |
---|---|
static void |
setUpBeforeClass()
Creates two sample OWLOntology instances. |
void |
testCreateAlignment()
Test method for SimpleAlignmentFactory.createAlignment(OWLOntology, OWLOntology) . |
void |
testGetInstance()
Test method for SimpleAlignmentFactory.getInstance() . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleAlignmentFactoryTest()
Method Detail |
---|
public static void setUpBeforeClass() throws Exception
OWLOntology
instances.
Exception
- if something goes wrong.public final void testGetInstance()
SimpleAlignmentFactory.getInstance()
.
An instance returned by the getInstance()
method is not null.
Calling the getInstance()
method twice returns
the same reference.
public final void testCreateAlignment()
SimpleAlignmentFactory.createAlignment(OWLOntology, OWLOntology)
.
An alignment created via this method
is not null
,
is of type SimpleAlignment
,
and refers to the same OWL ontologies used for creation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |