diff --git a/StyletDependentProperty.Test/PlainViewModelBindingTest.cs b/StyletDependentProperty.Test/PlainViewModelBindingTests.cs similarity index 86% rename from StyletDependentProperty.Test/PlainViewModelBindingTest.cs rename to StyletDependentProperty.Test/PlainViewModelBindingTests.cs index abd5b2a..325a006 100644 --- a/StyletDependentProperty.Test/PlainViewModelBindingTest.cs +++ b/StyletDependentProperty.Test/PlainViewModelBindingTests.cs @@ -4,7 +4,7 @@ using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] - public class PlainViewModelBindingTest : DependencyTestFixture + public class PlainViewModelBindingTests : DependencyTestFixture { [TestMethod] public void BindPlainViewModelProperty() diff --git a/StyletDependentProperty.Test/SelfBindingTest.cs b/StyletDependentProperty.Test/SelfBindingTests.cs similarity index 96% rename from StyletDependentProperty.Test/SelfBindingTest.cs rename to StyletDependentProperty.Test/SelfBindingTests.cs index f151981..ac552e3 100644 --- a/StyletDependentProperty.Test/SelfBindingTest.cs +++ b/StyletDependentProperty.Test/SelfBindingTests.cs @@ -4,7 +4,7 @@ namespace StyletDependentProperty.Test using Microsoft.VisualStudio.TestTools.UnitTesting; [TestClass] - public class SelfBindingTest : DependencyTestFixture + public class SelfBindingTests : DependencyTestFixture { [TestMethod] public void BindSelfProperty() diff --git a/StyletDependentProperty.Test/StyletDependentProperty.Test.csproj b/StyletDependentProperty.Test/StyletDependentProperty.Test.csproj index e6f7e53..f0234d2 100644 --- a/StyletDependentProperty.Test/StyletDependentProperty.Test.csproj +++ b/StyletDependentProperty.Test/StyletDependentProperty.Test.csproj @@ -63,11 +63,11 @@ - + - +