Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Good tutorial on FakeItEasy [closed]

We are considering using FakeItEasy to be our mocking framework.

To conduct a workshop for the team on FakeItEasy, I am looking for a good tutorial that explains this framework in much details. I tried looking at the documentation at github, but found it very succinct.

If you know a good elaborate page/video, could you please point me to it. Thanks.

like image 206
Andy Avatar asked Sep 21 '13 06:09

Andy


1 Answers

Have you looked at Patrik Hägne's sample/tutorial? It's a little old, but may help.

As you noticed, the documentation could use some fleshing out. We're working on it.

An alternative would be the PluralSight FakeItEasy course. I've watched it and thought it to be quite good. I think it's short enough to watch as part of their free trial.

Me, I was familiar with mocking concepts and just tried it out. The fluent syntax guided me along well enough. Try it - you may be pleasantly surprised.

like image 170
Blair Conrad Avatar answered Oct 20 '22 13:10

Blair Conrad