achieved 100% test coverage for the read only collection wrapper; optimized the indexer of the license key class; increased test coverage for the license key class to 100%
git-svn-id: file:///srv/devel/repo-conversion/nusu@95 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
c43bfd47c8
commit
de7c28fa84
5 changed files with 218 additions and 8 deletions
|
@ -76,6 +76,9 @@
|
|||
<DependentUpon>PriorityQueue.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ReadOnlyCollection.cs" />
|
||||
<Compile Include="Source\Collections\ReadOnlyCollection.Test.cs">
|
||||
<DependentUpon>ReadOnlyCollection.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ReadOnlyDictionary.cs" />
|
||||
<Compile Include="Source\Collections\ReadOnlyList.cs" />
|
||||
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue