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