Skip to content

Instantly share code, notes, and snippets.

@slawekradzyminski
Created June 4, 2016 07:16
Show Gist options
  • Save slawekradzyminski/620751930729b108550f95591255c5da to your computer and use it in GitHub Desktop.
Save slawekradzyminski/620751930729b108550f95591255c5da to your computer and use it in GitHub Desktop.
@Test
public void getDownload() throws Exception {
Request request = prepareRequest();
File downloadedFile = request.downloadFile();
assertThat(downloadedFile).isNotNull();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment