Example #1
0
            public void GivenSame_ReturnsConsistentValue()
            {
                var word = new VocabularyWord(_spelling)
                           .WithPhrase(_phrase)
                           .WithPronunciation(_pronunciation);

                word.GetHashCode().Should().Be(_word.GetHashCode());
            }