blob: ac116e06b29677bb3053917b80806ed055643bf8 [file] [log] [blame]
plugins {
id("mockito.library-conventions")
}
description = "Mockito preconfigured subclass mock maker"
dependencies {
api project(":mockito-core")
testImplementation libs.junit4
testImplementation libs.assertj
}
tasks.javadoc.enabled = false