Converts unit tests coverage to a html table.
Namespace: SSIS.Test.ReportAssembly: SSIS.Test.Report (in SSIS.Test.Report.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
C# |
---|
public static string ConvertTestsCoverageToHtmlTable( this IUnitTestEngine engine ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function ConvertTestsCoverageToHtmlTable ( _ engine As IUnitTestEngine _ ) As String |
Visual C++ |
---|
public: [ExtensionAttribute] static String^ ConvertTestsCoverageToHtmlTable( IUnitTestEngine^ engine ) |
Parameters
- engine
- Type: SSIS.Test..::..IUnitTestEngine
An instance of IUnitTestEngine.