The unit test uses mocks, oversimplification is that data is actually stored in memory with Observable for each of the entities, vastly different than storing to an actual database, unit test are typically to test business logic rather than persistence, for these kinds of test setup integration test that creates a database and seeds it with the minimum required test and after this, clean destroy your test database.
Yes, we never quite finished FindAsync for mocks for unit testing due to competing schedules of getting features out for the framework vs. test, will add this to our backlog, thanks.
Yes, we never quite finished FindAsync for mocks for unit testing due to competing schedules of getting features out for the framework vs. test, will add this to our backlog, thanks.