public void SetUp()
 {
     this.testee = new PhonewordTranslator();
 }
Esempio n. 2
0
 public MainViewModel(IDialer dialer, IPhonewordTranslator phonewordTranslator, ISpeech speech)
 {
     this.Dialer = dialer;
     this.PhonewordTranslator = phonewordTranslator;
     this.Speech = speech;
 }