1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-27 18:21:14 +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

@@ -18,6 +18,12 @@
<artifactId>okhttp</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp-testing-support</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>