de.cau.cs.kieler.synccharts.text.interfaces.bridge.test
Class InterfaceDeclParserTests

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.text.interfaces.bridge.test.InterfaceDeclParserTests

public class InterfaceDeclParserTests
extends Object

JUnit Test Case for the SyncCharts Editor Interfacedeclaration parser and its serializer.

Rating red

Constructor Summary
InterfaceDeclParserTests()
           
 
Method Summary
 void setUpParserAndSerializer()
          Initialize the parser and serializer.
 void setUpSyncChart()
           
 void testMoreSignals()
           
 void testParseSingle()
           
 void testParseSome()
           
 void testSerializeSingle()
           
 void undoTestParse()
           
 void undoTestSerialize()
           
 void workflow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceDeclParserTests

public InterfaceDeclParserTests()
Method Detail

setUpSyncChart

public void setUpSyncChart()
                    throws Exception
Throws:
Exception

setUpParserAndSerializer

public void setUpParserAndSerializer()
                              throws Exception
Initialize the parser and serializer.

Throws:
Exception - Something failed

testParseSingle

public void testParseSingle()
                     throws IOException
Throws:
IOException

testParseSome

public void testParseSome()
                   throws IOException
Throws:
IOException

testSerializeSingle

public void testSerializeSingle()
                         throws IOException
Throws:
IOException

testMoreSignals

public void testMoreSignals()

undoTestParse

public void undoTestParse()
                   throws Exception
Throws:
Exception

undoTestSerialize

public void undoTestSerialize()
                       throws Exception
Throws:
Exception

workflow

public void workflow()
              throws Exception
Throws:
Exception