t

testable-processor

Unit test enhancement toolkit
https://github.com/alibaba/testable-mock
MIT License
金戟
Files download
File Operation
testable-processor-0.3.2.jar download
testable-processor-0.3.2.pom download
testable-processor-0.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.alibaba.testable</groupId>
  <artifactId>testable-processor</artifactId>
  <version>0.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.testable:testable-processor:0.3.2'
Gradle Kotlin
implementation("com.alibaba.testable:testable-processor:0.3.2")
Scala SBT
libraryDependencies += "com.alibaba.testable" % "testable-processor" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.testable', module='testable-processor', version='0.3.2')
)
Apache Ivy
<dependency org="com.alibaba.testable" name="testable-processor" rev="0.3.2" />
Leiningen
[com.alibaba.testable/testable-processor "0.3.2"]
Apache Buildr
'com.alibaba.testable:testable-processor:jar:0.3.2'