NUnitAsp Rocks!
Posted by: ASP.NET Daily Articles,
on 08 Jun 2005 |
View original | Bookmarked: 0 time(s)
NUnitAsp is a unit testing framework for asp.net. In this article, I build a RepeaterTester using TDD that allows you to get the number of RepeaterItems bound to the repeater. In addition, you can use the Items as containers for other control testers. This allows you to Unit Test Nested Repeaters or User Controls nested within repeaters....