|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.synccharts.text.actions.bridge.test.ParserSerializerTest
public class ParserSerializerTest
JUnit Test Case for the SyncCharts Editor Transition label parser and its serializer.
Constructor Summary | |
---|---|
ParserSerializerTest()
|
Method Summary | |
---|---|
void |
setUpParserAndSerializer()
Initialize the parser and serializer. |
void |
setUpSyncChart()
Create a simple SyncChart, one root state machine and two states connected by one transition. |
void |
testParser1()
A JUnit test for the Labelparser. |
void |
testParser2()
A JUnit test for the Labelparser. |
void |
testParser3()
|
void |
testParserFloat()
A JUnit test for the Labelparser. |
void |
testParserInvalid()
A JUnit test for the Labelparser. |
void |
testSerializerA1()
A JUnit test for the Labelparser. |
void |
testSerializerA2()
A JUnit test for the Labelparser. |
void |
testSerializerA3()
A JUnit test for the Labelparser. |
void |
testSerializerAndNot()
A JUnit test for the Labelparser. |
void |
testSerializerAndNot2()
A JUnit test for the Labelparser. |
void |
testSerializerAndOr()
A JUnit test for the Labelparser. |
void |
testSerializerAndOr2()
A JUnit test for the Labelparser. |
void |
testSerializerAssignment()
A JUnit test for the Labelparser. |
void |
testSerializerAssignmentBoolean()
A JUnit test for the Labelparser. |
void |
testSerializerBoolean()
A JUnit test for the Labelparser. |
void |
testSerializerBoolExpressionAllEffects()
A JUnit test for the Labelparser. |
void |
testSerializerComparison()
A JUnit test for the Labelparser. |
void |
testSerializerComparison2()
A JUnit test for the Labelparser. |
void |
testSerializerComparison3()
A JUnit test for the Labelparser. |
void |
testSerializerComparisonValue()
A JUnit test for the Labelparser. |
void |
testSerializerCtr1()
A JUnit test for the Labelparser. |
void |
testSerializerCtr2()
A JUnit test for the Labelparser. |
void |
testSerializerCtr3()
A JUnit test for the Labelparser. |
void |
testSerializerCtr4()
A JUnit test for the Labelparser. |
void |
testSerializerDelayComparison()
A JUnit test for the Labelparser. |
void |
testSerializerDelayedBoth()
A JUnit test for the Labelparser. |
void |
testSerializerDelayedConst()
A JUnit test for the Labelparser. |
void |
testSerializerDelayedEffect()
A JUnit test for the Labelparser. |
void |
testSerializerDelayedPlain()
A JUnit test for the Labelparser. |
void |
testSerializerDelayedTrigger()
A JUnit test for the Labelparser. |
void |
testSerializerDiv()
A JUnit test for the Labelparser. |
void |
testSerializerEmission()
A JUnit test for the Labelparser. |
void |
testSerializerEmissionBoolean()
A JUnit test for the Labelparser. |
void |
testSerializerEmissionComplexValue()
|
void |
testSerializerEmissionValue()
A JUnit test for the Labelparser. |
void |
testSerializerFloat()
A JUnit test for the Labelparser. |
void |
testSerializerHostCode()
A JUnit test for the Labelparser. |
void |
testSerializerHostCodeEverywhere()
A JUnit test for the Labelparser. |
void |
testSerializerHostCodeType()
A JUnit test for the Labelparser. |
void |
testSerializerImmediate()
A JUnit test for the Labelparser. |
void |
testSerializerImmediateSimple()
A JUnit test for the Labelparser. |
void |
testSerializerMult()
A JUnit test for the Labelparser. |
void |
testSerializerMultDiv()
A JUnit test for the Labelparser. |
void |
testSerializerNotNot()
A JUnit test for the Labelparser. |
void |
testSerializerNotPre()
A JUnit test for the Labelparser. |
void |
testSerializerPlus()
A JUnit test for the Labelparser. |
void |
testSerializerPlusDiv()
A JUnit test for the Labelparser. |
void |
testSerializerPlusMult()
A JUnit test for the Labelparser. |
void |
testSerializerPre()
A JUnit test for the Labelparser. |
void |
testSerializerValue()
A JUnit test for the Labelparser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserSerializerTest()
Method Detail |
---|
public void setUpSyncChart() throws Exception
Exception
- Something failedpublic void setUpParserAndSerializer() throws Exception
Exception
- Something failedpublic void testParser1() throws KielerModelException, IOException
KielerException
- if parsing failed
IOException
- internal parser error
KielerModelException
public void testParser2() throws KielerModelException, IOException
KielerException
- if parsing failed
IOException
- internal parser error
KielerModelException
public void testParser3() throws KielerModelException, IOException
KielerModelException
IOException
public void testParserInvalid() throws KielerModelException, IOException
KielerException
- if parsing failed
IOException
- internal parser error
KielerModelException
public void testSerializerA1() throws Exception
Exception
- if parsing failspublic void testSerializerA2() throws Exception
Exception
- if parsing failspublic void testSerializerA3() throws Exception
Exception
- if parsing failspublic void testSerializerEmission() throws Exception
Exception
- if parsing failspublic void testSerializerComparison() throws Exception
Exception
- if parsing failspublic void testSerializerComparison2() throws Exception
Exception
- if parsing failspublic void testSerializerComparison3() throws Exception
Exception
- if parsing failspublic void testSerializerComparisonValue() throws Exception
Exception
- if parsing failspublic void testSerializerValue() throws Exception
Exception
- if parsing failspublic void testSerializerEmissionValue() throws Exception
Exception
- if parsing failspublic void testSerializerEmissionComplexValue() throws Exception
Exception
public void testSerializerEmissionBoolean() throws Exception
Exception
- if parsing failspublic void testSerializerHostCode() throws Exception
Exception
- if parsing failspublic void testSerializerHostCodeType() throws Exception
Exception
- if parsing failspublic void testSerializerHostCodeEverywhere() throws Exception
Exception
- if parsing failspublic void testSerializerAssignment() throws Exception
Exception
- if parsing failspublic void testSerializerAssignmentBoolean() throws Exception
Exception
- if parsing failspublic void testSerializerBoolExpressionAllEffects() throws Exception
Exception
- if parsing failspublic void testSerializerImmediate() throws Exception
Exception
- if parsing failspublic void testSerializerImmediateSimple() throws Exception
Exception
- if parsing failspublic void testSerializerDelayedPlain() throws Exception
Exception
- if parsing failspublic void testSerializerDelayedConst() throws Exception
Exception
- if parsing failspublic void testSerializerDelayedTrigger() throws Exception
Exception
- if parsing failspublic void testSerializerDelayedEffect() throws Exception
Exception
- if parsing failspublic void testSerializerDelayedBoth() throws Exception
Exception
- if parsing failspublic void testSerializerDelayComparison() throws Exception
Exception
- if parsing failspublic void testSerializerAndOr() throws Exception
Exception
- if parsing failspublic void testSerializerAndOr2() throws Exception
Exception
- if parsing failspublic void testSerializerAndNot() throws Exception
Exception
- if parsing failspublic void testSerializerAndNot2() throws Exception
Exception
- if parsing failspublic void testSerializerPlus() throws Exception
Exception
- if parsing failspublic void testSerializerMult() throws Exception
Exception
- if parsing failspublic void testSerializerDiv() throws Exception
Exception
- if parsing failspublic void testSerializerPlusMult() throws Exception
Exception
- if parsing failspublic void testSerializerPlusDiv() throws Exception
Exception
- if parsing failspublic void testSerializerMultDiv() throws Exception
Exception
- if parsing failspublic void testSerializerPre() throws Exception
Exception
- if parsing failspublic void testSerializerNotPre() throws Exception
Exception
- if parsing failspublic void testSerializerNotNot() throws Exception
Exception
- if parsing failspublic void testSerializerCtr1() throws Exception
Exception
- if parsing failspublic void testSerializerCtr2() throws Exception
Exception
- if parsing failspublic void testSerializerCtr3() throws Exception
Exception
- if parsing failspublic void testSerializerCtr4() throws Exception
Exception
- if parsing failspublic void testParserFloat() throws Exception
Exception
- if parsing failspublic void testSerializerFloat() throws Exception
Exception
- if parsing failspublic void testSerializerBoolean() throws Exception
Exception
- if parsing fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |