Webinar: Testing Dependencies and Legacy Code in .NET
Posted by: ASP.NET Announcements,
on 05 Feb 2012 |
View original | Bookmarked: 0 time(s)
Testing Dependencies and Legacy Code
You may have already started unit testing or at least understand the basics. But there’s one large obstacle that stands in your way: dependencies. Most code was not written to be easy to test. How can you test dependencies? Join this webinar and learn different methods and tools that help create unit tests to test dependencies and legacy code. Learn: • Why you are writing legacy code • Hand rolled mocks • Mocking frameworks • What...