Searched refs:getRawContents (Results 1 – 2 of 2) sorted by relevance
99 byte[] getRawContents() throws Exception { in getRawContents() method in AbstractPublicApiTest.Download113 return new String(getRawContents()); in getContents()
238 MoreAsserts.assertEquals(DOWNLOAD_BODY, download.getRawContents()); in prepareAndRunDownload()