In Memory Databases | Unit Testing With C# and XUnit

preview_player
Показать описание
Learn how to use an in memory database to help with your repositories
Рекомендации по теме
Комментарии
Автор

This is good information. In-Mem is appropriate to test Repositories. Which is 90%. Custom data methods are tested in integration tests. I agree.

JerryNixon
Автор

What was alternative to in memory database testing then?

MUKKASAI
Автор

I think in-memory DBs are useful for testing Repositories and as you mentioned for integration with the DB we should use integrations tests, duh :D
I really liked this video, but can you please also provide the source code?

lnagy
Автор

So, a in-memory database will not be a problem, as long as it is just used to unit test, and not for integration test?

lucasrodrigues