The TestEngineExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ConvertTestCoverageToHtmlPage(ILiveTestEngine) |
Converts live tests coverage to a html page.
|
![]() ![]() | ConvertTestCoverageToHtmlPage(IUnitTestEngine) |
Converts unit tests coverage to a html page.
|
![]() ![]() | ConvertTestResultsAndCoverageToHtmlPage(ILiveTestEngine) |
Converts live test results and coverage to a html page.
|
![]() ![]() | ConvertTestResultsAndCoverageToHtmlPage(IUnitTestEngine) |
Converts unit test results and coverage to a html page.
|
![]() ![]() | ConvertTestResultsToHtmlPage(ILiveTestEngine) |
Converts live test results to a html page.
|
![]() ![]() | ConvertTestResultsToHtmlPage(IUnitTestEngine) |
Converts unit test results to a html page.
|
![]() ![]() | ConvertTestResultsToHtmlTable(ILiveTestEngine) |
Converts live test results to a html table.
|
![]() ![]() | ConvertTestResultsToHtmlTable(IUnitTestEngine) |
Converts unit test results to a html table.
|
![]() ![]() | ConvertTestsCoverageToHtmlTable(ILiveTestEngine) |
Converts live tests coverage to a html table.
|
![]() ![]() | ConvertTestsCoverageToHtmlTable(IUnitTestEngine) |
Converts unit tests coverage to a html table.
|
![]() ![]() | ExecuteLiveTestsWithGui |
Executes a package and starts gui monitor.
|
![]() ![]() | ExecuteUnitTestsWithGui |
Executes unit tests and starts gui monitor.
|
![]() ![]() | SaveTestCoverageAsHtml(ILiveTestEngine, String) |
Saves the coverage of live tests into a file.
|
![]() ![]() | SaveTestCoverageAsHtml(IUnitTestEngine, String) |
Saves the coverage of unit tests into a file.
|
![]() ![]() | SaveTestResultsAndCoverageAsHtml(ILiveTestEngine, String) |
Saves the result and coverage of live tests into a file.
|
![]() ![]() | SaveTestResultsAndCoverageAsHtml(IUnitTestEngine, String) |
Saves the result and coverage of unit tests into a file.
|
![]() ![]() | SaveTestResultsAsHtml(ILiveTestEngine, String) |
Saves the result of live tests into a file.
|
![]() ![]() | SaveTestResultsAsHtml(IUnitTestEngine, String) |
Saves the result of unit tests into a file.
|