public void AddColumnWithFail() { SectionRow.Fail(); var row = (IEnumerable <object>)SectionRow.Build(); Assert.Equal(row.Last(), "fail"); }