Saves the result of unit tests into a file.
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 void SaveTestResultsAsHtml( this IUnitTestEngine engine, string path ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub SaveTestResultsAsHtml ( _ engine As IUnitTestEngine, _ path As String _ ) |
Visual C++ |
---|
public: [ExtensionAttribute] static void SaveTestResultsAsHtml( IUnitTestEngine^ engine, String^ path ) |
Parameters
- engine
- Type: SSIS.Test..::..IUnitTestEngine
An instance of IUnitTestEngine.
- path
- Type: System..::..String
Path to a file where data is saved. Any existing file will be overwriten.