Just wanted to mention Thycotic.TddStarterKit from Thycotic Software Ltd. From the site:
Thycotic.TddStarterKit is a collection of useful tools and extensions for NUnit and NUnitAsp that solve some of our commonly encountered problems on TDD projects. It includes:
One of the many useful methods I found was that instead of writing:
Assert(Browser.CurrentPageText.IndexOf(expression) != -1);
I can now write:
AssertContains(Browser.CurrentPageText, expression);
Saturday, February 25, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment