lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.tests.lsp.LspTests Class Reference

Test the code generator features that are required by the language server. More...

Inherits org.lflang.tests.LfInjectedTestBase.

Package Functions

void cppValidationTest () throws IOException
 Test for false negatives in C++ validation.
void pythonValidationTest () throws IOException
 Test for false negatives in Python validation.
void pythonValidationTestSyntaxOnly () throws IOException
 Test for false negatives in Python syntax-only validation.
void rustValidationTest () throws IOException
 Test for false negatives in Rust validation.
void typescriptValidationTest () throws IOException
 Test for false negatives in TypeScript validation.

Detailed Description

Test the code generator features that are required by the language server.

Author
Peter Donovan

Member Function Documentation

◆ 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