I use JustMock for unit testing in C #. The problem I am facing, I can not approve the functions called inside Parallel.Foreach . However, the tasks done inside can be argued.
Parallel.ForEach(aList, entity => {
I found the same problem in other test cases. Is this justmock misbehaving?
c # unit-testing justmock
Sunny
source share