TestEntry Constructors

Definition

Overloads

TestEntry()
TestEntry(TestId, TestListCategoryId)

TestEntry()

public:
 TestEntry();
public TestEntry ();
Public Sub New ()

Applies to

TestEntry(TestId, TestListCategoryId)

public:
 TestEntry(Microsoft::VisualStudio::TestTools::Common::TestId ^ testId, Microsoft::VisualStudio::TestTools::Common::TestListCategoryId ^ catId);
public TestEntry (Microsoft.VisualStudio.TestTools.Common.TestId testId, Microsoft.VisualStudio.TestTools.Common.TestListCategoryId catId);
new Microsoft.VisualStudio.TestTools.Common.TestEntry : Microsoft.VisualStudio.TestTools.Common.TestId * Microsoft.VisualStudio.TestTools.Common.TestListCategoryId -> Microsoft.VisualStudio.TestTools.Common.TestEntry
Public Sub New (testId As TestId, catId As TestListCategoryId)

Parameters

testId
TestId

Applies to