Represents the base of all control assert objects.

Namespace:  ArtOfTest.WebAii.Controls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public abstract class BaseControlAssert<T>
where T : Control
Visual Basic (Declaration)
Public MustInherit Class BaseControlAssert(Of T As Control)
Visual C++
generic<typename T>
where T : Control
public ref class BaseControlAssert abstract

Type Parameters

T
The type of the base control.

Inheritance Hierarchy

See Also