Test the code generator features that are required by the language server.
More...
Inherits org.lflang.tests.LfInjectedTestBase.
Test the code generator features that are required by the language server.
- Author
- Peter Donovan
◆ cppValidationTest()
| void org.lflang.tests.lsp.LspTests.cppValidationTest |
( |
| ) |
throws IOException |
|
package |
Test for false negatives in C++ validation.
◆ pythonValidationTest()
| void org.lflang.tests.lsp.LspTests.pythonValidationTest |
( |
| ) |
throws IOException |
|
package |
Test for false negatives in Python validation.
◆ pythonValidationTestSyntaxOnly()
| void org.lflang.tests.lsp.LspTests.pythonValidationTestSyntaxOnly |
( |
| ) |
throws IOException |
|
package |
Test for false negatives in Python syntax-only validation.
◆ rustValidationTest()
| void org.lflang.tests.lsp.LspTests.rustValidationTest |
( |
| ) |
throws IOException |
|
package |
Test for false negatives in Rust validation.
◆ typescriptValidationTest()
| void org.lflang.tests.lsp.LspTests.typescriptValidationTest |
( |
| ) |
throws IOException |
|
package |
Test for false negatives in TypeScript validation.
The documentation for this class was generated from the following file:
- /Users/runner/work/lingua-franca/lingua-franca/core/src/integrationTest/java/org/lflang/tests/lsp/LspTests.java