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)

Syntax

'Declaration
Public Interface IVerifiable
public interface IVerifiable
public interface class IVerifiable
type IVerifiable =  interface end
public interface IVerifiable

The IVerifiable type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Common Namespace

Other Resources

Packaging and Installing Test Type Extensions in Visual Studio