Mock-n-roll (an overview of mocking frameworks available for .NET)
Mock-n-roll (an overview of mocking frameworks available for .NET)
Unit testing means verifying a piece of code in isolation. If the code you test communicates with a dozen of other components, you need to isolate them all - otherwise the test may get slower and a failure may not necessarily reveal a bug in your code.
That's where mocking comes to rescue. With it, you can easily imitate any interactions, return the data you want, throw exceptions you want, etc. You can test scenarios that are difficult even to reproduce in real life.
However, with at least five decent mocking frameworks on .NET, choice becomes a challenge.
This presentation will give you some ideas if you haven't yet decided which mocking framework to use. Or, if you already use one, it would be an opportunity to look at other interesting options.
Tento text by automaticky zkonvertován z HTML a nemusí obsahovat správné formátování. V případě nejasností prosím kontaktujte organizátora akce.
Místo konání: Praha - Microsoft
Vyskočilova 1561/4a, 140 00 Praha 4
POZOR, Microsoft se od října 2015 přestěhoval!
Stále sídlí v BB Centru, ovšem nikoliv v budově Alpha, ale v budově Delta. Ta se nachází přibližně 200 m na východ od původního sídla.
Celkem je registrováno 48 účastníků.