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

Collect progress reports and check that they have the expected properties. More...

Inherits org.lflang.generator.IntegratedBuilder.ReportProgress.

Public Member Functions

void apply (String message, Integer percentage)
boolean failed ()
 Returns whether an invalid sequence of progress reports was received.
 MockReportProgress ()

Detailed Description

Collect progress reports and check that they have the expected properties.

Author
Peter Donovan

Constructor & Destructor Documentation

◆ MockReportProgress()

org.lflang.tests.lsp.MockReportProgress.MockReportProgress ( )

Member Function Documentation

◆ apply()

void org.lflang.tests.lsp.MockReportProgress.apply ( String message,
Integer percentage )

◆ failed()

boolean org.lflang.tests.lsp.MockReportProgress.failed ( )

Returns whether an invalid sequence of progress reports was received.

Returns
whether an invalid sequence of progress reports was received

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/MockReportProgress.java