| 12345678910111213141516171819202122232425 |
- 2008-06-07 Gert Driesen <[email protected]>
- * ServiceContainerTest.cs: Added test for argument checks in
- AddService and RemoveService overloads. Added tests for AddService
- and RemoveService.
- 2008-01-06 Ivan N. Zlatev <[email protected]>
- * ServiceContainerTest.cs: Test that DefaultServices is checked in
- GetService in 2.0.
- 2007-12-24 Gert Driesen <[email protected]>
- * CheckoutExceptionTest.cs: Added test for ctors and Canceled.
- 2004-01-01 Nick Drochak <[email protected]>
- * ServiceContainerTest.cs: Eliminate unused variable that was giving us
- a warning. Also did a little nunit version 2 house cleaning.
- 2003-08-31 Alexandre Pigolkine <[email protected]>
- * ChangeLog:
- * ServiceContainerTest.cs: new test
|