Fake an info provider that has a source join

Paul Shaw asked on October 15, 2020 02:56

I have some code which uses a Source to join two tables.

How do I fake that for a unit test?

for example:

DataSet result = UserInfoProvider.GetUsers().Source(si => si.Join

   Please, sign in to be able to submit a new answer.