Exemple #1
0
        public void Deactivating_shell_saves_part_layouts()
        {
            ((IScreen)shell).Activate();

            ((IScreen)shell).Deactivate(true);

            messageList.Received().OnSavePartLayout();
        }