RequireMinCount(Int32) Method

Definition

Assembly HeadlessTestingFramework.dll

Requires that at least the specified count of a type exists.

public TreeValidator RequireMinCount<T>(int minCount)
    where T : class

Type parameters

T
The control type.

Parameters

minCount
Int32

The minimum count required.

Returns

TreeValidator
This validator for chaining.