CoverageDatabase.GetTests Method ()

 

Gets a list of all tests in the coverage database. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis.Database
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public IList<Guid> GetTests()
public:
IList<Guid>^ GetTests()
member GetTests : unit -> IList<Guid>
Public Function GetTests As IList(Of Guid)

Return Value

Type: System.Collections.Generic.IList<Guid>

A list of all tests in the coverage database.

See Also

CoverageDatabase Class
Microsoft.VisualStudio.Coverage.Analysis.Database Namespace

Return to top