По умолчанию был импортирован вариант hamcrest-core 1.3 из junit 4.12 и mockito 1.9.5. Внесены следующие изменения в build.gradle
testCompile group: 'org.hamcrest', name: 'hamcrest', version: '2.1'
testCompile (group: 'junit', name: 'junit', version: '4.12') {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}
testCompile ('org.mockito:mockito-all:1.9.5') {
exclude group: 'org.hamcrest', module: 'hamcrest-core'
}