Lean  $LEAN_TAG$
QuantConnect.Interfaces.IRegressionResearchDefinition Interface Reference

Defines interface for research notebooks to be run as part of the research test suite. More...

Properties

string ExpectedOutput [get]
 This is used by the research regression test system to validate the output More...
 

Detailed Description

Defines interface for research notebooks to be run as part of the research test suite.

Definition at line 21 of file IRegressionResearchDefinition.cs.

Property Documentation

◆ ExpectedOutput

string QuantConnect.Interfaces.IRegressionResearchDefinition.ExpectedOutput
get

This is used by the research regression test system to validate the output

Requires to be implemented last in the file ResearchRegressionTests.UpdateResearchRegressionOutputInSourceFile get should start from next line

Definition at line 28 of file IRegressionResearchDefinition.cs.


The documentation for this interface was generated from the following file: