Documentation

containing()

Returns a new OutputAssertion for any elements that are contained by the current set of elements (i.e. container content), directly or indirectly, which match the given selection filter.

containing(select: OutputSelectFilter): OutputAssertion;

Related