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;
 }