Implemented deque Insert() and RemoveAt() methods with fixed shifting of all items to the right for now - still have to extend the code to shift items to the closest end; added more unit tests to achieve 100% test coverage for the code

git-svn-id: file:///srv/devel/repo-conversion/nusu@159 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-07-11 19:55:59 +00:00
parent ff44edcdf1
commit ed62fa85f2
3 changed files with 369 additions and 5 deletions

View file

@ -193,7 +193,7 @@ namespace Nuclex.Support.Tracking {
this.mockery = new Mockery();
}
/// <summary>Validates that the set transaction properly sums the progress</summary>
/// <summary>Validates that the transaction group correctly sums the progress</summary>
[Test]
public void TestSummedProgress() {
using(