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