Charsets.UTF_8).read();
when(
mockHttpClient.dispatchPost(isA(URI.class),
isA(FormBuilder.class))).thenReturn(testData);
final GoogleMusicAPI api = new GoogleMusicAPI(mockHttpClient, new JSON(),
new File("."));
// when
final Collection<Song> songs = api.getAllSongs();