martinothamar / Mediator

A high performance implementation of Mediator pattern in .NET using source generators.
MIT License
2.16k stars 71 forks source link

feat: combine `SnapshotTests` and `SamplesTests` #130

Closed TimothyMakkison closed 8 months ago

TimothyMakkison commented 11 months ago

Resolves comment in #122

await Verifier.VerifySolution(source);
await Fixture.VerifyGenerator(source);
martinothamar commented 8 months ago

Thanks!