#
Category: Parsley CLI
See all categories.
Parsley CLI • Mocking • Automated testing
Mocking Made Easy with Parsley
This article introduces the new generate mocks
CLI command in Parsley, a feature that simplifies the creation of mock implementations for service interfaces in Go. You’ll learn how to generate mocks quickly, configure their behavior, and assert expectations for method calls within your test suites.
Parsley CLI • Registration • Extensibility
Advanced Dependency Injection with generated Proxies
This article explores the advanced dependency injection capabilities offered by the Parsley CLI through its generate proxy
command. You’ll learn how to automatically generate proxy services and interfaces for your service contracts using //go:generate
annotations.