Class ProtoColumnAssertions

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

The Should/ShouldNot surface of a table column. The comparison is written once and runs with the polarity of the property that produced this facade.

public sealed class ProtoColumnAssertions
Inheritance
ProtoColumnAssertions
Inherited Members
Extension Methods

Methods

Be(IReadOnlyList<string?>)

Compares the column's values against the expected sequence, top to bottom.

public void Be(IReadOnlyList<string?> expected)

Parameters

expected IReadOnlyList<string>