t

testable-parent

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