How does auto mocking boost iOS dev productivity?
A guide to creating an auto-mocking tool for iOS development to save time on writing repetitive test code.
A guide to creating an auto-mocking tool for iOS development to save time on writing repetitive test code.
Exploring an alternative approach to mocking Spring Data repositories using Dynamic Proxies for in-memory testing implementations.
Key takeaways from a GraphQL schema design course, covering mocking, naming conventions, nullable fields, and schema evolution.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
A tutorial on using Jest to test class methods, including spying on instances and prototypes to verify method calls.
A guide on mocking Axios HTTP calls in Jest tests without external packages, including code structure and coverage tips.
Discusses the pitfalls of mocking API clients in tests and suggests mocking `window.fetch` directly for better confidence.
A tutorial on testing GraphQL resolvers with Jest, covering authentication, error handling, and happy/sad path scenarios.
A tutorial on how to mock Firebase database and authentication features using Jest for unit testing in JavaScript/Node.js.
A tutorial on testing Axios API calls in Jest, including mocking requests and handling success/error cases with code examples.
A guide to mocking the JavaScript Date object in Jest for consistent testing, covering timezone configuration and mocking Date.now.
A tutorial on writing tests for Apollo Client queries and mutations in a React application using a mocked GraphQL server.
Explains techniques for writing deterministic PHPUnit tests by removing dependencies on random functions like mt_rand() and date().
A developer shares a specific issue encountered while using the FakeItEasy mocking framework in a CQRS-based .NET project.
A tutorial on unit testing Hippo Site Toolkit (HST2) components using the EasyMock mocking framework to isolate and verify component behavior.
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.