#
Tag: cli
See all tags.
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.
CLI Reference
With the Parsley CLI, you can generate boilerplate code for advanced DI features effortlessly Whether you're working with proxies, decorators, or...