You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure that it is the right way, but it works for me, and all my tests/queryable mocks
The text was updated successfully, but these errors were encountered:
ivan-luxoft
changed the title
error TestQueryable, mock nhibernate with multiple fetches
error TestQueryable when mock nhibernate with multiple fetches
Sep 20, 2024
ivan-luxoft
changed the title
error TestQueryable when mock nhibernate with multiple fetches
error TestQueryable when mock nhibernate query with multiple fetches
Sep 20, 2024
I have a problem with mocking query by TestQueryable
the next request is failed:
the TestQueryable fails in method AvoidFetch because the one of the fetches doenst have
node.Arguments[0] as MethodCallExpression
, it has a constantI fix it locally as
I'm not sure that it is the right way, but it works for me, and all my tests/queryable mocks
The text was updated successfully, but these errors were encountered: