Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • I tend to avoid unit testing in these scenarios where there's a third party library doing most of the gruntwork and I merely have a wrapper (mainly because I have no idea how to do this in a way that tests anything really meaningful). Generally I do integration testing in those cases, possibly with a mock service. Maybe someone knows how to make a really meaningful unit test for these -- I tend to prioritize the most critical components in the system under our control. Here the critical part is out of our control. :-( Commented Dec 23, 2015 at 5:37