-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
MatchesLogicalStructure(ILogical, Type[])
MatchesLogicalStructure(ILogical, Type[]) Method
Definition
Checks if the logical tree structure matches expected types at each level.
public static bool MatchesLogicalStructure(this ILogical logical, params Type[] expectedPath)
Parameters
- expectedPath
- Type[]
The expected types from this logical downward.
Returns
- Boolean
- True if the tree structure matches.