Esempio n. 1
0
 void SetTextInTextEditor(string text)
 {
     fakeTextEditor.Stub(textEditor => textEditor.GetTextSnapshot())
     .Return(text);
 }