Denis Evseev
Denis Evseev

Reputation: 1710

SpecFlow test doesn't open repository methods

I wrote SpecFlow method, (just add some items in repositories and calculate values after). It worked without mistakes. But now it doesn't.

Made mock of me repositories and filled values them.

I debug it by steps and found, that repositories methods doesn't call. Debuger just ignores and skips it. It isn't joke, I'm sure I made debug point in the right method.

Upvotes: 0

Views: 56

Answers (1)

Denis Evseev
Denis Evseev

Reputation: 1710

It was surprise for me, SpecFlow Mock test doesn't call repository method and you can't debug behavior in the method. Mock repository just return value. If you can't get value - that means you added incorrectly data in the repository

Upvotes: 1

Related Questions