1
// ****************************************************************
2
// Copyright 2011, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
10
namespace NUnit.ProjectEditor.Tests.Views
12
public class ConfigurationEditorViewTests
15
public void AllViewElementsAreWrapped()
17
ConfigurationEditorDialog view = new ConfigurationEditorDialog();
19
Assert.NotNull(view.AddCommand);
20
Assert.NotNull(view.RemoveCommand);
21
Assert.NotNull(view.RenameCommand);
22
Assert.NotNull(view.ActiveCommand);
24
Assert.NotNull(view.ConfigList);
1
// ****************************************************************
2
// Copyright 2011, Charlie Poole
3
// This is free software licensed under the NUnit license. You may
4
// obtain a copy of the license at http://nunit.org
5
// ****************************************************************
10
namespace NUnit.ProjectEditor.Tests.Views
12
public class ConfigurationEditorViewTests
15
public void AllViewElementsAreWrapped()
17
ConfigurationEditorDialog view = new ConfigurationEditorDialog();
19
Assert.NotNull(view.AddCommand);
20
Assert.NotNull(view.RemoveCommand);
21
Assert.NotNull(view.RenameCommand);
22
Assert.NotNull(view.ActiveCommand);
24
Assert.NotNull(view.ConfigList);