diff SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj @ 102:db05a55e3536

INPC tests added
author stevenhollidge <stevenhollidge@hotmail.com>
date Sun, 06 May 2012 12:13:29 +0100
parents 9b6855dc165e
children 572886951353
line wrap: on
line diff
--- a/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj	Sat May 05 23:04:42 2012 +0100
+++ b/SilverlightValidation/SilverlightValidation.Tests/SilverlightValidation.Tests.csproj	Sun May 06 12:13:29 2012 +0100
@@ -31,6 +31,9 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="FakeItEasy">
+      <HintPath>..\Libs\FakeItEasy.dll</HintPath>
+    </Reference>
     <Reference Include="FluentAssertions">
       <HintPath>..\Libs\FluentAssertions.dll</HintPath>
     </Reference>
@@ -52,10 +55,11 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="ViewModels\UserListViewModelTests.cs" />
+    <Compile Include="Fakes\UserModelValidatorFake.cs" />
+    <Compile Include="ViewModels\UserListViewModelFixture.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="ViewModels\UserViewModelTests.cs" />
-    <Compile Include="ViewModels\ViewModelBaseTests.cs" />
+    <Compile Include="ViewModels\UserViewModelFixture.cs" />
+    <Compile Include="ViewModels\ViewModelBaseFixture.cs" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\SilverlightValidation.PL\SilverlightValidation.PL.csproj">