![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Inherits org.lflang.cli.CliToolTestFixture.
Public Member Functions | |
| ExecutionResult | run (Path wd, String... args) |
| Run the tool with the given arguments, in the given working directory. | |
| ExecutionResult | run (String... args) |
| Run the tool with the given arguments, in the system working directory. | |
Protected Member Functions | |
| void | runCliProgram (Io io, String[] args) |
| Override to call the relevant main. | |
Package Functions | |
| record | ExecutionResult (ByteArrayOutputStream out, ByteArrayOutputStream err, int exitCode) |
| The result of an execution of a CLI program like LFC. | |
|
packageinherited |
The result of an execution of a CLI program like LFC.
| out | Output stream |
| err | Error stream |
| exitCode | Exit code of the process |
Use this method to wrap assertions.
|
inherited |
Run the tool with the given arguments, in the given working directory.
| wd | working directory |
| args | Arguments |
|
inherited |
Run the tool with the given arguments, in the system working directory.
| args | Arguments |
|
protected |
Override to call the relevant main.
Reimplemented from org.lflang.cli.CliToolTestFixture.