Google API libraries mark every class as "final" so it's not trivial to mock-extend it for tests. But third-party IO is exactly the thing you'd want to mock.
Probably because they zealously followed "Effective Java" book.
> But third-party IO is exactly the thing you'd want to mock.
You write an adapter.
> But third-party IO is exactly the thing you'd want to mock.
You write an adapter.