protected ReportDesignerUtilTest() { _factory = new MockRepository(MockBehavior.Strict); _vsEditorAdaptersFactoryService = _factory.Create <IVsEditorAdaptersFactoryService>(); _reportDesignerUtilRaw = new ReportDesignerUtil(_vsEditorAdaptersFactoryService.Object); _reportDesignerUtil = _reportDesignerUtilRaw; }
protected ReportDesignerUtilTest() { _factory = new MockRepository(MockBehavior.Strict); _vsEditorAdaptersFactoryService = _factory.Create<IVsEditorAdaptersFactoryService>(); _reportDesignerUtilRaw = new ReportDesignerUtil(_vsEditorAdaptersFactoryService.Object); _reportDesignerUtil = _reportDesignerUtilRaw; }
internal VsKeyProcessorProvider(IVim vim, IVsAdapter adapter, IVimBufferCoordinatorFactory bufferCoordinatorFactory, IKeyUtil keyUtil, IReportDesignerUtil reportDesignerUtil) { _vim = vim; _adapter = adapter; _bufferCoordinatorFactory = bufferCoordinatorFactory; _keyUtil = keyUtil; _reportDesignerUtil = reportDesignerUtil; }
internal VsKeyProcessor(IVsAdapter adapter, IVimBufferCoordinator bufferCoordinator, IKeyUtil keyUtil, IReportDesignerUtil reportDesignerUtil, IWpfTextView wpfTextView) : base(bufferCoordinator.VimBuffer, keyUtil, wpfTextView) { _adapter = adapter; _reportDesignerUtil = reportDesignerUtil; _bufferCoordinator = bufferCoordinator; _searchInProgressInfo = new Lazy <PropertyInfo>(FindSearchInProgressPropertyInfo); }
internal VsKeyProcessor(IVsAdapter adapter, IVimBufferCoordinator bufferCoordinator, IKeyUtil keyUtil, IReportDesignerUtil reportDesignerUtil, IWpfTextView wpfTextView) : base(bufferCoordinator.VimBuffer, keyUtil, wpfTextView) { _adapter = adapter; _reportDesignerUtil = reportDesignerUtil; _bufferCoordinator = bufferCoordinator; _searchInProgressInfo = new Lazy<PropertyInfo>(FindSearchInProgressPropertyInfo); }