new OutputAssertion()
Creates a new assertion based on given elements, optionally filtered using given selection criteria.
constructor(elements: TestOutputElement[], select?: OutputSelectFilter);
Related
class OutputAssertion
A class that provides assertion methods to be applied to a selection of rendered output elements.
