Searched refs:TEST_DATA (Results 1 – 2 of 2) sorted by relevance
50 private static final String TEST_DATA = "this is test data"; field in HttpHelperTest103 assertEquals(TEST_DATA, mHelper.doGet(TEST_URL_STRING)); in testDoGet()137 assertEquals(TEST_DATA, out.toString()); in testDoGetStream()143 assertEquals(TEST_DATA, mHelper.doGetWithRetry(TEST_URL_STRING)); in testDoGetWithRetry()220 assertEquals(TEST_DATA, mHelper.doGetWithRetry(TEST_URL_STRING)); in testDoGetWithRetry_retry()226 assertEquals(TEST_DATA, mHelper.doPostWithRetry(TEST_URL_STRING, TEST_POST_DATA)); in testDoPostWithRetry()298 assertEquals(TEST_DATA, mHelper.doPostWithRetry(TEST_URL_STRING, TEST_POST_DATA)); in testDoPostWithRetry_retry()306 InputStream mInputStream = new ByteArrayInputStream(TEST_DATA.getBytes());
36 private static final String TEST_DATA = field in ImageStatsTest72 mImageStats.parseFileSizes(new ByteArrayInputStream(TEST_DATA.getBytes())); in testParseFileSizes()