t

testable-parent

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