예제 #1
0
 public void the_cell_value_should_be_named_for_the_property()
 {
     theGrammar.GetCells().Single().Key.ShouldEqual("Direction");
 }
예제 #2
0
 public IList <Cell> GetCells()
 {
     return(_inner.GetCells());
 }