|
|
|
|
|
by Kwpolska
213 days ago
|
|
I agree with almost all of this, especially MediatR being nonsense, but I would recommend against using a LLM to generate a mock. That’s just more code that you need to maintain and update on every interface change. NSubstitute is a fine library. Another popular library that went commercial is FluentAssertions, Shouldly is a good open-source alternative. |
|