1 write to IncludeHtml
RunTests (1)
Options.cs (1)
255
IncludeHtml
= includeHtml,
2 references to IncludeHtml
RunTests (2)
ProcessTestExecutor.cs (1)
114
var htmlResultsFilePath = options.
IncludeHtml
? GetResultsFilePath(workItemInfo, options, "html") : null;
TestRunner.cs (1)
249
Contract.Assert(!options.
IncludeHtml
);