Naming consistency
This commit is contained in:
parent
7deac4c49e
commit
599e7e0b96
|
@ -4,7 +4,7 @@
|
|||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
[TestClass]
|
||||
public class PlainViewModelBindingTest : DependencyTestFixture
|
||||
public class PlainViewModelBindingTests : DependencyTestFixture
|
||||
{
|
||||
[TestMethod]
|
||||
public void BindPlainViewModelProperty()
|
|
@ -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()
|
|
@ -63,11 +63,11 @@
|
|||
<Compile Include="BsClasses\Summation.cs" />
|
||||
<Compile Include="DependencyTestFixture.cs" />
|
||||
<Compile Include="CrossObjectBindingTests.cs" />
|
||||
<Compile Include="PlainViewModelBindingTest.cs" />
|
||||
<Compile Include="PlainViewModelBindingTests.cs" />
|
||||
<Compile Include="Properties\Annotations.cs" />
|
||||
<Compile Include="PropertyLambdaTests.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SelfBindingTest.cs" />
|
||||
<Compile Include="SelfBindingTests.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\StyletDependentProperty\StyletDependentProperty.csproj">
|
||||
|
|
Loading…
Reference in New Issue