public void AddColumnWithMs() { SectionRow.Ms(); var row = (IEnumerable <object>)SectionRow.Build(); Assert.Equal(row.Last(), "ms"); }