public void AllViewElementsAreWrapped() // Redundant: tested by CommonViewTests
        {
            ConfigurationEditorDialog view = new ConfigurationEditorDialog();

            Assert.NotNull(view.AddCommand);
            Assert.NotNull(view.RemoveCommand);
            Assert.NotNull(view.RenameCommand);
            Assert.NotNull(view.ActiveCommand);

            Assert.NotNull(view.ConfigList);
        }
        public void AllViewElementsAreWrapped()
        {
            ConfigurationEditorDialog view = new ConfigurationEditorDialog();

            Assert.NotNull(view.AddCommand);
            Assert.NotNull(view.RemoveCommand);
            Assert.NotNull(view.RenameCommand);
            Assert.NotNull(view.ActiveCommand);

            Assert.NotNull(view.ConfigList);
        }
예제 #3
0
        public void AllViewElementsAreWrapped()
        {
            ConfigurationEditorDialog view = new ConfigurationEditorDialog();

            Assert.NotNull(view.AddCommand);
            Assert.NotNull(view.RemoveCommand);
            Assert.NotNull(view.RenameCommand);
            Assert.NotNull(view.ActiveCommand);

            Assert.NotNull(view.ConfigList);
        }