public void AddColumnWithError()
        {
            SectionRow.Error();

            var row = (IEnumerable <object>)SectionRow.Build();

            Assert.Equal(row.Last(), "error");
        }