RunnerTestEnvironment
Defines a test environment which uses a ModuleCheckRunner.
Parameters
A function to generate ModuleCheckSettings.
A function to generate a list of CodeGeneratorBinding.
A function to generate a list of ModuleCheckRule.
A function to generate a FindingFactory.
Array of variant names for the test.
details about the actual test function, so that we can get the test name. This must be grabbed as soon as possible, since default functions, inline functions, sequences, and iterators all redirect things and have a chance of hiding the original calling function completely.
Constructors
Properties
A ReportingLogger for logging reporting events.
An instance of ProjectCache.
A RuleFilter for filtering out unwanted rules.
Functions
Parses the log report into a list of pairs, each containing a report title and a list of ProjectFindingReport.