public void GivenPronounciation_SetsModified() { _screen.WithPhrase("Bar").Modified .Should().BeTrue(); }
public void GivenPhrase_UpdatesProperty() { const string s = "Do the Bar"; _screen.WithPhrase(s).Phrase.Should().Be(s); }