rgvlee/EntityFrameworkCore.Testing

Add native support for exceptions

Opened this issue · 0 comments

Complete when:

  • The FromSql* and ExecuteSql* interfaces are extended to natively support throwing exceptions

As per this issue, it is possible to set up the mock to throw an exception. This issue has been raised to explicitly make it part of the interface.