The TestEngineExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberConvertTestCoverageToHtmlPage(ILiveTestEngine)
Converts live tests coverage to a html page.
Public methodStatic memberConvertTestCoverageToHtmlPage(IUnitTestEngine)
Converts unit tests coverage to a html page.
Public methodStatic memberConvertTestResultsAndCoverageToHtmlPage(ILiveTestEngine)
Converts live test results and coverage to a html page.
Public methodStatic memberConvertTestResultsAndCoverageToHtmlPage(IUnitTestEngine)
Converts unit test results and coverage to a html page.
Public methodStatic memberConvertTestResultsToHtmlPage(ILiveTestEngine)
Converts live test results to a html page.
Public methodStatic memberConvertTestResultsToHtmlPage(IUnitTestEngine)
Converts unit test results to a html page.
Public methodStatic memberConvertTestResultsToHtmlTable(ILiveTestEngine)
Converts live test results to a html table.
Public methodStatic memberConvertTestResultsToHtmlTable(IUnitTestEngine)
Converts unit test results to a html table.
Public methodStatic memberConvertTestsCoverageToHtmlTable(ILiveTestEngine)
Converts live tests coverage to a html table.
Public methodStatic memberConvertTestsCoverageToHtmlTable(IUnitTestEngine)
Converts unit tests coverage to a html table.
Public methodStatic memberExecuteLiveTestsWithGui
Executes a package and starts gui monitor.
Public methodStatic memberExecuteUnitTestsWithGui
Executes unit tests and starts gui monitor.
Public methodStatic memberSaveTestCoverageAsHtml(ILiveTestEngine, String)
Saves the coverage of live tests into a file.
Public methodStatic memberSaveTestCoverageAsHtml(IUnitTestEngine, String)
Saves the coverage of unit tests into a file.
Public methodStatic memberSaveTestResultsAndCoverageAsHtml(ILiveTestEngine, String)
Saves the result and coverage of live tests into a file.
Public methodStatic memberSaveTestResultsAndCoverageAsHtml(IUnitTestEngine, String)
Saves the result and coverage of unit tests into a file.
Public methodStatic memberSaveTestResultsAsHtml(ILiveTestEngine, String)
Saves the result of live tests into a file.
Public methodStatic memberSaveTestResultsAsHtml(IUnitTestEngine, String)
Saves the result of unit tests into a file.

See Also