コード例 #1
0
 public void GivenPronounciation_SetsModified()
 {
     _screen.WithPhrase("Bar").Modified
     .Should().BeTrue();
 }
コード例 #2
0
            public void GivenPhrase_UpdatesProperty()
            {
                const string s = "Do the Bar";

                _screen.WithPhrase(s).Phrase.Should().Be(s);
            }