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