public void Constructor_ShouldThrowIfToolBarTrayIsNull() { _toolBarTrayUIAdapter = new ToolBarTrayUIAdapter(null); }
protected override void SetUpCore() { base.SetUpCore(); _toolBarTray = new ToolBarTray(); _toolBarTrayUIAdapter = new ToolBarTrayUIAdapter(_toolBarTray); }