• Home
  • History
  • Annotate
  • only in /frameworks/volley/src/test/java/com/android/volley/
History log of /frameworks/volley/src/test/java/com/android/volley/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
524fa40b24d91abfe56b099d1cf11e8de49acfac 25-Aug-2015 bengt <bengt@google.com> am acf866f5: am 2f9a77c9: Merge "Migrated from Robolectric 2.2 to 3.0"

* commit 'acf866f5b3b92fec5ce40f09b7d2417d1bc150eb':
Migrated from Robolectric 2.2 to 3.0
b05d05822a1e9310fd012f6cc2f15bce4b420e17 24-Aug-2015 Magnus Ernstsson <bengt@google.com> Migrated from Robolectric 2.2 to 3.0

Change-Id: Ib33636c959b97243e0187d6574ef0fe078a753c1
oolbox/NetworkImageViewTest.java
5d563ac2fab08f5e066c6fd6bbf012314be0bf8d 11-Jun-2015 Tom Ye <tomye@google.com> Make default timeout/retry/multiplier values public

Change-Id: Ia5681e2876999f75cea3e4f5f9ef223a06787d4e
oolbox/ImageRequestTest.java
b1a9085ebd2e7bfb2ebe0c200411b4b17c1ecdec 19-Mar-2015 Ficus Kirkpatrick <ficus@android.com> Merge "Add support for all HTTP methods to JsonArrayRequest"
6b30d9452e118b0b5781c370aa5e90cc11f435ca 18-Mar-2015 Joris Bolsens <epicblood@gmail.com> Add support for all HTTP methods to JsonArrayRequest

Change-Id: I6e89f69885a63d524c48b1dec54553d6e16edd48
Signed-off-by: Joris Bolsens <epicblood@gmail.com>
oolbox/JsonRequestTest.java
782b52fd6f5c62f5b38148432acbc4e79351fd0b 11-Mar-2015 Dave Santoro <dsantoro@google.com> Modify header parser to handle must-revalidate.

This flag indicates that the response must NOT be returned after the
cache TTL has expired, but it does not mandate that the response
should not be cached at all (which the code was doing previously).

Change-Id: I61532f3aa8144c50dcee442dc30215bb81ada868
oolbox/HttpHeaderParserTest.java
f42d384cece1686c75c282e5cb72fa9b340af5fe 06-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> Fix broken DiskBasedCache

Change-Id: Ia5db47122af11223b55845ef8423424a9cddbb21
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
oolbox/DiskBasedCacheTest.java
79d00f42dd34d409cd3b2deb0a82e99a0417e340 06-Mar-2015 Ficus Kirkpatrick <ficus@android.com> Merge "fix ImageLoader.getCacheKey()"
d95219cb1c414de049f90c97fccad638b11bdc85 05-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> fix ImageLoader.getCacheKey()

The ScaleType was missing.

Change-Id: I57cba7cbf60df1e47ea9d8baf480765c6e39d821
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
oolbox/ImageLoaderTest.java
f58de9c02dfc64c1ec4743ba040debc5cf87b560 05-Mar-2015 Ralph Bergmann <ralph@the4thfloor.eu> clean up a little bit

Change-Id: Ibbe796c05e406acd48a0d59090e6be746db24867
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
oolbox/NetworkImageViewTest.java
58f9c05b9ad88512bd4da9d8e27df2e834a06b38 20-Nov-2014 Brett Chabot <brettchabot@google.com> Add a RequestFinishedListener to RequestQueue.

Change-Id: I51a1beacea4e448e71b7e9c3ec580165d799994a
equestQueueIntegrationTest.java
equestQueueTest.java
ock/ShadowSystemClock.java
e1f0d61968d5194088c18f00b1bcfc46a91adbfd 23-Feb-2015 Ralph Bergmann <ralph@the4thfloor.eu> add test for public api

add test for public api. not for all classes but for the
most important ones

Change-Id: I494f60568c6caafc23754154fe930d9f90a3bde0
oolbox/CacheTest.java
oolbox/DiskBasedCacheTest.java
oolbox/ImageLoaderTest.java
oolbox/ImageRequestTest.java
oolbox/JsonRequestTest.java
oolbox/NetworkImageViewTest.java
oolbox/RequestFutureTest.java
oolbox/RequestQueueTest.java
oolbox/RequestTest.java
oolbox/ResponseTest.java
oolbox/StringRequestTest.java
ee454371157d9a3fb74b70ee8ba93cf96559acf3 20-Feb-2015 Ficus Kirkpatrick <ficus@android.com> Merge "Change the default character encoding for JSON responses to UTF-8"
6c9de79451d6f9410c006e4b17d3d07fae12b273 19-Feb-2015 Ficus Kirkpatrick <ficus@android.com> A little work on unit testing.

Add emma and mockito to the Maven build, and test a
couple random things.
oolbox/AndroidAuthenticatorTest.java
oolbox/ImageLoaderTest.java
8e33d93dc1aae9bb9dbde3b80af8a76ba28f0e19 08-Oct-2014 Ralph Bergmann <ralph@the4thfloor.eu> Adds Cache-Control "stale-while-revalidate"

Adds Cache-Control "stale-while-revalidate" header parsing for better
server side cache entry expire setup.

see:
https://www.mnot.net/blog/2007/12/12/stale
http://tools.ietf.org/html/rfc5861
https://groups.google.com/a/chromium.org/forum/m/#!msg/chromium-dev/zchogDvIYrY/ZqWSdt3LJdMJ
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>

Change-Id: I1b7baf9997d3a8a251d21631a11deb503e3a7461
oolbox/HttpHeaderParserTest.java
9324df1b8046548587ffec89ec755264f6fbb097 21-Sep-2014 Ralph Bergmann <ralph@the4thfloor.eu> Uses the "Last-Modified" header for "If-Modified-Since"

Uses the "Last-Modified" header for "If-Modified-Since"
see http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.3.4

Change-Id: I0f5e9b45f4f79d7c1b286e465f9750dcd71b6bfd
Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
oolbox/DiskBasedCacheTest.java
oolbox/HttpHeaderParserTest.java
tils/CacheTestUtils.java
6bafd7d28fc7947f263feb7134fc8a70084357c3 20-Jan-2015 Zdeněk Kořán <zkoran@gmail.com> Change the default character encoding for JSON responses to UTF-8

According to RFC 7159 (Section 8.1), the default encoding of JSON should be UTF-8.
Using ISO-8859-1 as default causes incompatibility with some JSON APIs (e.g. wrong interpretation of internationalized strings).
oolbox/HttpHeaderParserTest.java
oolbox/JsonRequestCharsetTest.java
ced8a98b9ffa3612656b7979f8933ae9cf19d657 16-Dec-2013 Ralph Bergmann <ralph@the4thfloor.eu> Use the view size and scale type to restrict NIV requests.

Change-Id: I77e705c09937f78af746cd73b6e6d94fd4ee2a03
oolbox/ImageRequestTest.java
oolbox/NetworkImageViewTest.java
b9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb 29-Nov-2014 Ficus Kirkpatrick <ficus@android.com> Migrate from Gradle to Maven.

- Restructure source to src/{main,test} style
- Add pom.xml and update Android.mk
- Migrate all tests to JUnit4 and Robolectric
- RequestQueueTest is currently @Ignored as fixing it will
involve more extensive refactoring.
- Main library still builds in Gradle; tests do not

Change-Id: I1edc53bb1a54f64d3e806e4572901295ef63e2ca
acheDispatcherTest.java
etworkDispatcherTest.java
equestQueueTest.java
equestTest.java
esponseDeliveryTest.java
ock/MockCache.java
ock/MockHttpClient.java
ock/MockHttpStack.java
ock/MockHttpURLConnection.java
ock/MockNetwork.java
ock/MockRequest.java
ock/MockResponseDelivery.java
ock/TestRequest.java
ock/WaitableQueue.java
oolbox/BasicNetworkTest.java
oolbox/ByteArrayPoolTest.java
oolbox/DiskBasedCacheTest.java
oolbox/HttpClientStackTest.java
oolbox/HttpHeaderParserTest.java
oolbox/HurlStackTest.java
oolbox/ImageRequestTest.java
oolbox/NetworkImageViewTest.java
oolbox/PoolingByteArrayOutputStreamTest.java
tils/CacheTestUtils.java
tils/ImmediateResponseDelivery.java