internal InteractiveWindowTestHost( IInteractiveWindowFactoryService interactiveWindowFactory ) { Evaluator = new TestInteractiveEvaluator(); Window = interactiveWindowFactory.CreateWindow(Evaluator); Window.InitializeAsync().Wait(); }
public TestRInteractiveWindowComponentContainerFactory(IInteractiveWindowFactoryService interactiveWindowFactory, IContentTypeRegistryService contentTypeRegistryService, ICoreShell shell) { _contentTypeRegistryService = contentTypeRegistryService; _shell = shell; InteractiveWindowFactory = interactiveWindowFactory; }
public TestRInteractiveWindowComponentContainerFactory(IInteractiveWindowFactoryService interactiveWindowFactory, IContentTypeRegistryService contentTypeRegistryService) { InteractiveWindowFactory = interactiveWindowFactory; _contentType = contentTypeRegistryService.GetContentType(RHistoryContentTypeDefinition.ContentType); }
public TestRInteractiveWindowComponentContainerFactory(IInteractiveWindowFactoryService interactiveWindowFactory, IContentTypeRegistryService contentTypeRegistryService) { _contentTypeRegistryService = contentTypeRegistryService; InteractiveWindowFactory = interactiveWindowFactory; }