ForbidType() Method

Definition

Assembly HeadlessTestingFramework.dll

Forbids a specific type from existing.

public TreeValidator ForbidType<T>()
    where T : class

Type parameters

T
The control type.

Returns

TreeValidator
This validator for chaining.