+ add adapter test plus some tests
+ added mockito to build
This commit is contained in:
Costin Leau
2011-08-19 12:15:32 +03:00
parent 7e3525bca3
commit 2d0d148bc4
4 changed files with 223 additions and 13 deletions

View File

@@ -87,6 +87,7 @@ dependencies {
// Testing
testCompile "junit:junit:$junitVersion"
testCompile "org.mockito:mockito-core:$mockitoVersion"
testCompile "org.springframework:spring-test:$springVersion"
testCompile("javax.annotation:jsr250-api:1.0") { optional = true }
}