Пример #1
0
 public InteractiveWindowTests()
 {
     _states        = new List <InteractiveWindow.State>();
     _testHost      = new InteractiveWindowTestHost(_states.Add);
     _testClipboard = new TestClipboard();
     ((InteractiveWindow)Window).InteractiveWindowClipboard = _testClipboard;
 }
Пример #2
0
 public InteractiveWindowTests()
 {
     _states = new List<InteractiveWindow.State>();
     _testHost = new InteractiveWindowTestHost(_states.Add);
     _testClipboard = new TestClipboard();
     ((InteractiveWindow)Window).InteractiveWindowClipboard = _testClipboard;            
 }
Пример #3
0
 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;
 }
Пример #5
0
 public InteractiveWindowTests()
 {
     _states   = new List <InteractiveWindow.State>();
     _testHost = new InteractiveWindowTestHost(_states.Add);
 }
Пример #6
0
 public InteractiveWindowTests()
 {
     _states = new List<InteractiveWindow.State>();
     _testHost = new InteractiveWindowTestHost(_states.Add);
 }
Пример #7
0
 public HistoryTests()
 {
     _testHost = new InteractiveWindowTestHost();
     _buffer   = _testHost.ExportProvider.GetExport <ITextBufferFactoryService>().Value.CreateTextBuffer();
     _history  = new History();
 }
Пример #8
0
 public InteractiveWindowTests()
 {
     _testHost = new InteractiveWindowTestHost();
 }
Пример #9
0
 public InteractiveWindowTests()
 {
     _testHost = new InteractiveWindowTestHost();
 }