mirror of
https://github.com/corda/corda.git
synced 2025-06-22 00:57:21 +00:00
Fix potential file handle leak in Attachment (#539)
* Make mockito available everywhere (core in particular). * Also set the not-found path as FNFE message.
This commit is contained in:
@ -25,6 +25,7 @@ dependencies {
|
||||
|
||||
// Unit testing helpers.
|
||||
compile "junit:junit:$junit_version"
|
||||
compile "com.nhaarman:mockito-kotlin:1.1.0"
|
||||
|
||||
// Guava: Google test library (collections test suite)
|
||||
compile "com.google.guava:guava-testlib:$guava_version"
|
||||
|
Reference in New Issue
Block a user