public void sortable_by_default() { theColumn.ToDictionary().Single()["sortable"].ShouldEqual(true); }
public void formatter_is_the_default_empty() { theColumn.ToDictionary().Single().ContainsKey("formatter").ShouldBeFalse(); }