Test refactoring, continued.

This commit is contained in:
alexandre-spieser
2018-02-10 14:13:10 +00:00
parent 1a83abd25f
commit bf2119432e
10 changed files with 329 additions and 727 deletions
+1 -5
View File
@@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DeleteTests.cs" />
<Compile Include="TKeyPartitionedCollectionNameAttributeTests.cs" />
<Compile Include="CRUDTKeyPartitionedCollectionNameAttributeTests.cs" />
<Compile Include="CRUDTKeyPartitionedTests.cs" />
<Compile Include="CRUDTKeyTests.cs" />
<Compile Include="DeletePartitionedTests.cs" />
@@ -63,14 +63,10 @@
<Compile Include="Infrastructure\RandomExtensions.cs" />
<Compile Include="Infrastructure\TestRepository.cs" />
<Compile Include="CreateTests.cs" />
<Compile Include="ProjectPartitionedTKeyTests.cs" />
<Compile Include="ProjectPartitionedTests.cs" />
<Compile Include="ProjectTKeyTests.cs" />
<Compile Include="ProjectTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReadPartitionedTKeyTests.cs" />
<Compile Include="ReadPartitionedTests.cs" />
<Compile Include="ReadTKeyTests.cs" />
<Compile Include="ReadTests.cs" />
<Compile Include="UpdatePartitionedTKeyTests.cs" />
<Compile Include="UpdatePartitionedTests.cs" />