|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fzi.kadmos.renderer.impl.INRIAFormatRendererTest
public class INRIAFormatRendererTest
Test class for the INRIAFormatRenderer
.
Constructor Summary | |
---|---|
INRIAFormatRendererTest()
|
Method Summary | |
---|---|
void |
setUp()
|
static void |
setUpBeforeClass()
|
void |
tearDown()
|
static void |
tearDownAfterClass()
|
void |
testAlignmentAPICompatibility()
The output produced by the renderer can be loaded by the INRIA Alignment API and the contents in both models are the same. |
void |
testAlignmentNullReference()
If a null reference is given as parameter
for the AlignmentRenderer.render(Alignment)
method, an IllegalArgumentException is expected. |
void |
testInstanceCaching()
If two instances are requested using the same PrintWriter ,
the same AlignmentRenderer instance is provided. |
void |
testXMLValidity()
The output produced by the renderer is valid XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public INRIAFormatRendererTest()
Method Detail |
---|
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void setUp() throws Exception
Exception
public void tearDown() throws Exception
Exception
public final void testAlignmentNullReference() throws Exception
null
reference is given as parameter
for the AlignmentRenderer.render(Alignment)
method, an IllegalArgumentException
is expected.
Exception
public final void testInstanceCaching() throws Exception
PrintWriter
,
the same AlignmentRenderer
instance is provided. If
different PrintWriter
s are used, different instances
are provided.
Exception
public final void testXMLValidity() throws Exception
Exception
public final void testAlignmentAPICompatibility() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |