j

joala-testlets

Testlets are set of tests to apply to a software under test (SUT). Testlets itself contain multiple tests which are run with the provided SUT to see if it meets a bunch of requirements specified through the testlet.
文件下载
文件名 操作
joala-testlets-1.2.1.jar 下载
joala-testlets-1.2.1.pom 下载
joala-testlets-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.joala</groupId>
  <artifactId>joala-testlets</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'net.joala:joala-testlets:1.2.1'
Gradle Kotlin
implementation("net.joala:joala-testlets:1.2.1")
Scala SBT
libraryDependencies += "net.joala" % "joala-testlets" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='net.joala', module='joala-testlets', version='1.2.1')
)
Apache Ivy
<dependency org="net.joala" name="joala-testlets" rev="1.2.1" />
Leiningen
[net.joala/joala-testlets "1.2.1"]
Apache Buildr
'net.joala:joala-testlets:jar:1.2.1'