public void ShouldReturnEatInCarnivoreLevel() { Fox fox = new Fox(); var result = fox.Eat(); Assert.Equal("I eat meat", result); }