Unit testing your HST2 components with EasyMock
A tutorial on unit testing Hippo Site Toolkit (HST2) components using the EasyMock mocking framework to isolate and verify component behavior.
A tutorial on unit testing Hippo Site Toolkit (HST2) components using the EasyMock mocking framework to isolate and verify component behavior.
A guide to creating a constructor-safe spying function for unit testing JavaScript code, with examples and implementation details.
Explains a Rhino Mocks unit testing exception and solution for methods requiring a return value.
A developer explains how to test a Django RSS feed importer by creating a threaded mock HTTP server using Python's threading.Condition.
A guide to unit testing URL mappings in Spring MVC controllers using annotations and mocking frameworks like EasyMock.
A screencast introducing unit testing with mock objects, TDD, and the Moq framework for creating maintainable tests.
A presentation on Mocking techniques for software testing, delivered at the Visual Studio User Group Belgium, with slides and demo code.
Announcing upcoming tech conference sessions on PHP/Silverlight integration, ASP.NET MVC, and unit testing with mocking.
Author announces and reflects on writing his first book, 'ASP.NET MVC 1.0 Quickly,' a hands-on guide for ASP.NET developers.
Common issues and solutions for unit testing ASP.NET MVC controllers, focusing on mocking Request.Form and ASP.NET Membership.