lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
Tests

Classes that implement the tests. More...

Classes

class  org.lflang.tests.compiler.EquivalenceUnitTests
 Test the equivalence of LF programs. More...
class  org.lflang.tests.compiler.FormattingUnitTests
 Test the formatting of LF programs. More...
class  org.lflang.tests.compiler.LinguaFrancaASTUtilsTest
 Collection of unit tests on the ASTutils. More...
class  org.lflang.tests.compiler.LinguaFrancaDependencyAnalysisTest
 A collection of tests to ensure dependency analysis is done correctly. More...
class  org.lflang.tests.compiler.LinguaFrancaParsingTest
 Test harness for ensuring that grammar captures all corner cases. More...
class  org.lflang.tests.compiler.LinguaFrancaScopingTest
 Test harness for ensuring that cross-references are established correctly and reported when faulty. More...
class  org.lflang.tests.compiler.LinguaFrancaValidationTest
 Collection of unit tests to ensure validation is done correctly. More...
class  org.lflang.tests.compiler.MixedRadixIntTest
 Test the MixedRadixInt class. More...
class  org.lflang.tests.compiler.PortInstanceTests
 Test the PortInstance class. More...
class  org.lflang.tests.compiler.RangeTests
 Test the Range class. More...
class  org.lflang.tests.compiler.RoundTripTests
 Test the round trip of LF programs. More...
class  org.lflang.tests.compiler.TargetConfigTests
 Tests for checking that target properties adequately translate into the target configuration. More...
class  org.lflang.tests.Configurators
 Configuration procedures for TestBase methods. More...
class  org.lflang.tests.LfInjectedTestBase
 Base class for test classes that can use com.google.inject.Inject annotations to provide dependencies. More...
class  org.lflang.tests.LFInjectorProvider
 Note: this is a copy of a file generated by XText. More...
class  org.lflang.tests.LFParsingTest
 Test the parsing of LF programs. More...
class  org.lflang.tests.LfParsingTestHelper
 Utility to parse LF classes. More...
class  org.lflang.tests.LFTest
 Information about an indexed Lingua Franca test program. More...
class  org.lflang.tests.lsp.ErrorInserter
 Insert problems into integration tests. More...
class  org.lflang.tests.lsp.LspTests
 Test the code generator features that are required by the language server. More...
class  org.lflang.tests.lsp.MockCancelIndicator
 Mock the CancelIndicator interface for testing. More...
class  org.lflang.tests.lsp.MockLanguageClient
 A MockLanguageClient is a language client that should be used in language server tests. More...
class  org.lflang.tests.lsp.MockReportProgress
 Collect progress reports and check that they have the expected properties. More...
class  org.lflang.tests.RunSingleTest
 Execute a single test case. More...
class  org.lflang.tests.runtime.CArduinoTest
 Collection of Arduino tests for the C target. More...
class  org.lflang.tests.runtime.CCppTest
 Collection of tests for the CCpp target. More...
class  org.lflang.tests.runtime.CFlexPRETTest
 Collection of tests for the FlexPRET target. More...
class  org.lflang.tests.runtime.CPatmosTest
 Collection of tests for the Patmos target. More...
class  org.lflang.tests.runtime.CppRos2Test
 Run C++ tests using the ROS2 platform. More...
class  org.lflang.tests.runtime.CppTest
 Collection of tests for the Cpp target. More...
class  org.lflang.tests.runtime.CSchedulerTest
 Collection of tests for the C schedulers. More...
class  org.lflang.tests.runtime.CTest
 Collection of tests for the C target. More...
class  org.lflang.tests.runtime.CVerifierTest
 Collection of tests for the C verifier. More...
class  org.lflang.tests.runtime.CZephyrTest
 Collection of Zephyr tests for the C target. More...
class  org.lflang.tests.runtime.PythonTest
 Collection of tests for the Python target. More...
class  org.lflang.tests.runtime.RustTest
 Collection of tests for the Rust target. More...
class  org.lflang.tests.runtime.TypeScriptTest
 Collection of tests for the TypeScript target. More...
class  org.lflang.tests.RuntimeTest
 A collection of JUnit tests to perform on a given set of targets. More...
class  org.lflang.tests.serialization.SerializationTest
 Collection of tests for the serialization. More...
class  org.lflang.tests.TestBase
 Base class for test classes that define tests that parse and build LF files from the TestRegistry. More...
class  org.lflang.tests.TestError
 Indicator for an error during test execution. More...
class  org.lflang.tests.TestRegistry
 A registry to retrieve tests from, organized by target and category. More...
class  org.lflang.tests.Transformers
 Transformers for test cases. More...
class  org.lflang.tests.util.StringUtilTest
 Test StringUtil functions. More...

Detailed Description

Classes that implement the tests.