Being Cellfish
Stuff I wished I've found in some blog (and sometimes did).
Pages
(Move to ...)
Home
About
Disclaimer
Contact
▼
Showing posts with label
fake
.
Show all posts
Showing posts with label
fake
.
Show all posts
2016-09-15
Go for C# developers: Where to define interfaces
›
When writing Go code the general guideline is not to create interfaces unless it is really needed. A good example would be an interface with...
2 comments:
2015-06-18
Timetravel in C# done right
›
Testing things where you need to fake time is not hard given the right abstractions . That is why when I read this article I felt really sa...
5 comments:
2014-12-04
Faking 3rd party dependencies
›
When it comes to dealing with third party dependencies in my code I've used the same trick for a long time. But I was recently introduce...
7 comments:
2014-09-25
Testing with fakes or stubs? That is the question!
›
I like testing with stubs. But once in a while I encounter people that rather use fakes. And that is a pattern I try to avoid.
2014-09-18
Spies and Stubs
›
I was reading this article which is a response to an email from a person liking mocks but disliking spies. Before starting to read I was co...
2013-10-03
Evolution of a handrolled fake - part 5
›
As you may know if you followed my blog before; I like to roll my own fake. For interfaces it is pretty straight forward with explicit imple...
›
Home
View web version