1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-30 18:01:29 +03:00

Merge pull request #1555 from nfuller/AggressiveUncaughtExceptionHandler

Install an UncaughtExceptionHandler during tests
This commit is contained in:
Jesse Wilson
2015-05-01 10:54:41 -04:00
12 changed files with 157 additions and 4 deletions

View File

@@ -14,6 +14,12 @@
<description>Classes to support the Android platform's use of OkHttp (not required for most developers).</description>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-urlconnection</artifactId>