Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created January 9, 2020 01:06
Show Gist options
  • Save taylorc/f9e02391716851a6b835d5765aee6b7d to your computer and use it in GitHub Desktop.
Save taylorc/f9e02391716851a6b835d5765aee6b7d to your computer and use it in GitHub Desktop.
var mockDbSet = todoListEntities.AsQueryable().BuildMockDbSet();
mockedDbContext.Setup(db => db.TodoLists).Returns(mockDbSet.Object);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment