issues
search
sul-dlss
/
wasapi-downloader
Java application to download WARCs from WASAPI
Other
6
stars
4
forks
source link
Test WasapiConnection
#59
Closed
tingulfsen
closed
7 years ago
tingulfsen
commented
7 years ago
WasapiConnection
I think
jsonQuery()
and
downloadQuery()
just need a spy that confirms that
execute()
is called?
close()
is so trivial it's maybe not worth testing??
The constructor should test that that the
login()
method is called.
jsonQuery()
anddownloadQuery()
just need a spy that confirms thatexecute()
is called?close()
is so trivial it's maybe not worth testing??login()
method is called.