![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Collection of unit tests on the ASTutils. More...
Public Member Functions | |
| void | initializedState () throws Exception |
| Test that isInititialized returns true for inititialized state variables. | |
| void | initialValue () throws Exception |
| Test reading initial values of parameters. | |
| void | uninitializedState () throws Exception |
| Test that isInititialized returns false for uninititialized state variables. | |
Package Attributes | |
| ParseHelper< Model > | parser |
Collection of unit tests on the ASTutils.
| void org.lflang.tests.compiler.LinguaFrancaASTUtilsTest.initializedState | ( | ) | throws Exception |
Test that isInititialized returns true for inititialized state variables.
| void org.lflang.tests.compiler.LinguaFrancaASTUtilsTest.initialValue | ( | ) | throws Exception |
Test reading initial values of parameters.
This checks that the example given in the documentation of the ASTUtils.initialValue() function behaves as stated in the docs.
| void org.lflang.tests.compiler.LinguaFrancaASTUtilsTest.uninitializedState | ( | ) | throws Exception |
Test that isInititialized returns false for uninititialized state variables.
|
package |