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