public void have_3_rows() { List <Row> rows = BoardLayout.Rows(); Assert.That(rows.Count, Is.EqualTo(3)); }