public void ApplySubToLastColumn() { SectionRow.Sub(); var row = (IEnumerable <object>)SectionRow.Build(); Assert.Equal(row.Last(), @"|Text|"); }