Ejemplo n.º 1
0
 public void EntireSubtreeShouldIncludeActions()
 {
     EntireSubtreeNode.Should().HaveAction(this.cityType, this.action);
 }
Ejemplo n.º 2
0
 public void EmptySelectionShouldNotIncludeActions()
 {
     EmptyNode.Should().NotHaveAction(this.cityType, this.action);
 }