Ejemplo n.º 1
0
 public void GameItem_name_with_0_count_should_be_plural()
 {
     gameItem.GetNameFormBasedOnCount(0).ShouldBe(gameItem.PluralizedName);
 }