public InteractiveWindowTests() { _states = new List <InteractiveWindow.State>(); _testHost = new InteractiveWindowTestHost(_states.Add); _testClipboard = new TestClipboard(); ((InteractiveWindow)Window).InteractiveWindowClipboard = _testClipboard; }
public InteractiveWindowTests() { _states = new List<InteractiveWindow.State>(); _testHost = new InteractiveWindowTestHost(_states.Add); _testClipboard = new TestClipboard(); ((InteractiveWindow)Window).InteractiveWindowClipboard = _testClipboard; }
public HistoryTests() { _testHost = new InteractiveWindowTestHost(); _buffer = _testHost.ExportProvider.GetExport<ITextBufferFactoryService>().Value.CreateTextBuffer(); _history = new History(); }
public InteractiveWindowHistoryTests() { _testHost = new InteractiveWindowTestHost(); _window = _testHost.Window; _operations = _window.Operations; }
public InteractiveWindowTests() { _states = new List <InteractiveWindow.State>(); _testHost = new InteractiveWindowTestHost(_states.Add); }
public InteractiveWindowTests() { _states = new List<InteractiveWindow.State>(); _testHost = new InteractiveWindowTestHost(_states.Add); }
public HistoryTests() { _testHost = new InteractiveWindowTestHost(); _buffer = _testHost.ExportProvider.GetExport <ITextBufferFactoryService>().Value.CreateTextBuffer(); _history = new History(); }
public InteractiveWindowTests() { _testHost = new InteractiveWindowTestHost(); }