public void SetUp() { this.viewManager = new Mock<IViewManager>(); this.messageBoxViewModel = new Mock<IMessageBoxViewModel>(); this.config = new Mock<IWindowManagerConfig>(); this.windowManager = new MyWindowManager(this.viewManager.Object, () => this.messageBoxViewModel.Object, this.config.Object); }
public void SetUp() { this.viewManager = new Mock <IViewManager>(); this.messageBoxViewModel = new Mock <IMessageBoxViewModel>(); this.config = new Mock <IWindowManagerConfig>(); this.windowManager = new MyWindowManager(this.viewManager.Object, () => this.messageBoxViewModel.Object, this.config.Object); }