issues
search
q231950
/
the-stubborn-network
A Swifty and clean stubbing machine.
MIT License
7
stars
3
forks
source link
Fix warnings
#58
Closed
q231950
closed
1 year ago
q231950
commented
1 year ago
Fixes warnings by
avoiding
URLSession
and
URLSessionDataTask
subclasses for testing purposes
introduces a
URLSessionLike
marker protocol which
URLSession
already conforms to
URLSessionLike
allows to replace concrete
URLSession
instances in tests
Fixes warnings by