All unit test classes are now internal; updated copyright statement for the year 2012; added hulls for the upcoming ObservableSet<> and ReadOnlySet<> classes; switched generic parameter naming convention TSomething instead of SomethingType
git-svn-id: file:///srv/devel/repo-conversion/nusu@252 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
61c858cb1c
commit
75552b5150
126 changed files with 922 additions and 463 deletions
|
@ -108,6 +108,10 @@
|
|||
<Compile Include="Source\Collections\ItemEventArgs.Test.cs">
|
||||
<DependentUpon>ItemEventArgs.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ItemReplaceEventArgs.cs" />
|
||||
<Compile Include="Source\Collections\ItemReplaceEventArgs.Test.cs">
|
||||
<DependentUpon>ItemReplaceEventArgs.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\MultiDictionary.cs" />
|
||||
<Compile Include="Source\Collections\MultiDictionary.ValueCollection.cs">
|
||||
<DependentUpon>MultiDictionary.cs</DependentUpon>
|
||||
|
@ -130,6 +134,10 @@
|
|||
<Compile Include="Source\Collections\ObservableList.Test.cs">
|
||||
<DependentUpon>ObservableList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ObservableSet.cs" />
|
||||
<Compile Include="Source\Collections\ObservableSet.Test.cs">
|
||||
<DependentUpon>ObservableSet.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\PairPriorityQueue.cs" />
|
||||
<Compile Include="Source\Collections\PairPriorityQueue.Test.cs">
|
||||
<DependentUpon>PairPriorityQueue.cs</DependentUpon>
|
||||
|
@ -166,6 +174,10 @@
|
|||
<Compile Include="Source\Collections\ReadOnlyList.Test.cs">
|
||||
<DependentUpon>ReadOnlyList.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ReadOnlySet.cs" />
|
||||
<Compile Include="Source\Collections\ReadOnlySet.Test.cs">
|
||||
<DependentUpon>ReadOnlySet.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
||||
<Compile Include="Source\Collections\ReverseComparer.Test.cs">
|
||||
<DependentUpon>ReverseComparer.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue