matchLayoutValues()
Checks if given layout values match the current layout.
matchLayoutValues(layout: Partial<UIContainer.Layout>): boolean;
Notes
- This method is used by expectOutputAsync().
Parameters
- layout — A set of layout properties
Return value
True, if all of the properties in the provided object match with current layout.
Related
class TestOutputElement
A class that represents a rendered output element.
