Class ProtoRange
A rectangular range of cells, row-major, with shape assertions.
public sealed class ProtoRange
- Inheritance
-
ProtoRange
- Inherited Members
- Extension Methods
Properties
ColumnCount
public int ColumnCount { get; }
Property Value
this[int, int]
public ProtoCell this[int row, int column] { get; }
Parameters
Property Value
Reference
public string Reference { get; }
Property Value
RowCount
public int RowCount { get; }
Property Value
Rows
public IReadOnlyList<IReadOnlyList<ProtoCell>> Rows { get; }
Property Value
Should
The positive assertions of this range, for example Should.Match([...]).
public ProtoRangeAssertions Should { get; }
Property Value
ShouldNot
The negated assertions of this range, for example ShouldNot.HaveDimensions(3, 3).
public ProtoRangeAssertions ShouldNot { get; }