public void EagleTest() { Animals eagle = new Eagle(); Assert.Equal("I have kids by eggs!", eagle.Reproduce(eagle.reproduction)); }