Simon Hohenadl
Results
1
comments of
Simon Hohenadl
It looks like the other mocking frameworks support this as well: http://nsubstitute.github.io/help/multiple-returns/ https://github.com/Moq/moq4/wiki/Quickstart https://github.com/FakeItEasy/FakeItEasy/wiki/Specifying-return-values So, it should be possible to implement this in Machine.Fakes. The interesting part is how to...