Relative Content

Tag Archive for c#asp.net-coreentity-framework-coreintegration-testingxunit

How to delete database file after each integration test case?

Objective and Problem I want to automatically both create a separate database file for each integration test case and delete it right after the test. I don’t understand the culprit why the creation success but the deletion fails. Could you figure out the culprit? The code below is intentionally made simpler only for illustrating the […]