Class ProtoTableAssertions

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

The Should/ShouldNot surface of a table. The row lookup runs once and the polarity of the property that produced this facade decides whether finding the row passes or fails.

public sealed class ProtoTableAssertions
Inheritance
ProtoTableAssertions
Inherited Members
Extension Methods

Methods

ContainRow(string, string)

Asserts a row exists where the key column holds the value.

public void ContainRow(string keyColumn, string value)

Parameters

keyColumn string
value string