Class ProtoColumn

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

A table column: its header path and its data cells.

public sealed class ProtoColumn
Inheritance
ProtoColumn
Inherited Members
Extension Methods

Properties

Cells

public IReadOnlyList<ProtoCell> Cells { get; }

Property Value

IReadOnlyList<ProtoCell>

Header

public IReadOnlyList<string> Header { get; }

Property Value

IReadOnlyList<string>

Should

The positive assertions of this column, for example Should.Be(["1200", "900"]).

public ProtoColumnAssertions Should { get; }

Property Value

ProtoColumnAssertions

ShouldNot

The negated assertions of this column, for example ShouldNot.Be([...]).

public ProtoColumnAssertions ShouldNot { get; }

Property Value

ProtoColumnAssertions

Values

public IReadOnlyList<string?> Values { get; }

Property Value

IReadOnlyList<string>