Exception has occurred: CLR/Moq.MockException
Exception thrown: 'Moq.MockException' in Moq.dll: '
Expected invocation on the mock once, but was 0 times: m => m.Add(It.IsAny<User>())
Performed invocations:
Mock<DbSet<User>:1> (m):
DbSet<User>.ToString()
DbSet<User>.ToString()
DbSet<User>.ToString()'
at Moq.Mock.Verify(Mock mock, LambdaExpression expression, Times times, String failMessage)
at studyPalsTests.UserTests.CreateAccount() in c:\dev\c#\projects\410project\studyPalsTests\UserTests.cs:line 110
Exception has occurred: CLR/Moq.MockException
Exception thrown: 'Moq.MockException' in Moq.dll: '
Expected invocation on the mock once, but was 0 times: m => m.Add(It.IsAny<User>())
Performed invocations:
Mock<DbSet<User>:1> (m):
DbSet<User>.ToString()
DbSet<User>.ToString()
DbSet<User>.ToString()'
at Moq.Mock.Verify(Mock mock, LambdaExpression expression, Times times, String failMessage)
at studyPalsTests.UserTests.CreateAccount() in c:\dev\c#\projects\410project\studyPalsTests\UserTests.cs:line 110