Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IVerifiable Interface

 

Represents an interface that can be implemented by test extension classes to verify its required test elements.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public interface class IVerifiable

NameDescription
System_CAPS_pubmethodIsValid()

When implemented in a derived class, gets a value that indicates whether the essential elements are available and valid.

Return to top
Show: