-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
TreeValidator
-
Methods
-
RequireExactCount(Int32)
RequireExactCount(Int32) Method
Definition
Requires that exactly the specified count of a type exists.
public TreeValidator RequireExactCount<T>(int count)
where T : class
Type parameters
Parameters
- count
- Int32
The exact count required.
Returns