Пример #1
0
        public void Constructor_TextEditor_InstallFoldingManagerIsInstalled()
        {
            CreateFakeTextEditor();
            CreateFoldGenerator();

            fakeTextEditor.AssertWasCalled(textEditor => textEditor.InstallFoldingManager());
        }