Documentation

new OutputAssertion()

Creates a new assertion based on given elements, optionally filtered using given selection criteria.

constructor(elements: TestOutputElement[], select?: OutputSelectFilter);

Related