Typemock & JustMock are 2 commercially available mocking tools that let you achieve something that should be impossible. Unlike all other mocking frameworks, they let you mock sealed classes, static and non-virtual methods, but how do they do this?| Performance is a Feature!
How to override the default arguments of a function.| blog.dbrgn.ch
Building an api client mock and learning to love mocks-as-nouns This post was originally published on the Flatiron Labs blog, The Flatiron School Technology Team's blog. Check out more awesome Flatiron Labs posts here [https://medium.com/flatiron-labs]. Why We Need Mox In a recent post [https://medium.com/flatiron-labs/| The Great Code Adventure
Let's take a look at how we can use interfaces to build a shared mock HTTP client that we can use across the test suite of our Golang app.| The Great Code Adventure