Open sandboxFocus

Property IncludedFiles

IncludedFiles

Gets the list of source code files that should be included in the compilation. To enable this option in a test, add this comment to your test file: // @Include(relativePath).

Declaration
public List<string> IncludedFiles { get; }
Property Value
Type Description
List<string>