t

testable-parent

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