Coding
My first open source project, Made a test wide HTTP mocking library
https://github.com/MCannucci/Phnock Allows test wide mocking of http requests without modifiying/creating mock objects for your code. (ex: All requests to google.com will return the body of ‘OK!’) Why: Projects that aren’t structured with inversion of control Read more…