t

testable-processor

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