bocato/SourceryResources
Defines some templates for Sourcery
This tool helps Swift developers quickly generate boilerplate code for testing their applications. It takes your existing Swift structs, enums, and protocols and automatically produces code to create mock objects or test doubles. This is ideal for developers who want to write comprehensive unit and integration tests with less manual coding.
No commits in the last 6 months.
Use this if you are a Swift developer writing tests and want to automate the creation of test fixtures, failing dependencies, or spy objects for your protocols.
Not ideal if you are not a Swift developer or are looking for a testing framework rather than a code generation tool.
Stars
11
Forks
—
Language
Swift
License
—
Category
Last pushed
Mar 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/bocato/SourceryResources"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SwiftyLab/MetaCodable
Supercharge Swift's Codable implementations with macros meta-programming.
WendellXY/CodableKit
A Swift macro package designed to simplify the use of Swift's Codable protocol by allowing easy...
DanielMSchmidt/objective-c-parser
Get the JSON representation of an Objective-C header file
yonaskolb/SwagGen
OpenAPI/Swagger 3.0 Parser and Swift code generator
Lighter-swift/Lighter
Swift APIs for SQLite: Type-safe down to the schema. Very, very, fast. Dependency free.