Hi,
my NSTL Project has some reusable test fixtures:
-EquivalentObjectFixture<T> for value objects and objects that override
Equals and GetHashcode()
-EnumerableFixture<T>, CollectionFixture<T> and ListFixture<T> to test
IEnumerable<T>, ICollection<T> and IList<T> implementations.
-EnumerableFixture, CollectionFixture and ListFixture for the non generic
collection interfaces
The source code is available here:
http://nstl.codeplex.com/SourceControl/ListDownloadableCommits.aspx. The
fixtures are located under the following path:
$/nstl/nstl-3.x/Source/nstl.nunit/Support
Please fill free to use it.
Cheers,
Andy
-----Ursprüngliche Nachricht-----
Von:
nunit-...@googlegroups.com [mailto:
nunit-...@googlegroups.com]
Im Auftrag von Kenneth Xu
Gesendet: Dienstag, 3. November 2009 20:50
An: NUnit-Discuss
Betreff: [nunit-discuss] Reusable Test Fixtures