Class ProtoTableAssertions
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)