You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems possible using members macro, and the syntax would look like:
@FakeFor(Thing.self)finalclassFakeThing{}
But I have a very poor understanding of actually working with swift-syntax to write a macro. So, this is on hold until I find more time to go through and figure all this out.
Handrolling fakes is a pain. It would be awesome to be able to write:
and have Swift just... generate the thing for us!
This probably isn't as simple as I'd like it to be, sadly.
The text was updated successfully, but these errors were encountered: