void SetDocumentFileName(string fileName)
 {
     documentView.Stub(view => view.RefactoringDocument).Return(document);
     documentLoader.Stub(loader => loader.LoadRefactoringDocumentView(fileName)).Return(documentView);
 }
Esempio n. 2
0
 void DocumentFileName(string fileName)
 {
     documentLoader.Stub(loader => loader.LoadRefactoringDocumentView(fileName)).Return(documentView);
 }