Beispiel #1
0
        public void ShouldHunt()
        {
            Velociraptor velocionel = new Velociraptor();

            Assert.Equal(" waits for it's prey to stop moving", velocionel.Hunt());
        }