Mar 7, 2017 anonymous mock test typescript Poor Man's Mocks in TypeScript Today I went against my better judgement of usign a mock framework and decided to create my own mocks to allow coverage testing for an
Aug 1, 2016 interface java mock observable rx Mock an Observable Interface TL;DR: Use a doAnswer() with a new Answer<Observable<Type>>() if you have to mock observables. Today I wrote my