h

helidon-microprofile-testing-testng

Integration with TestNG to support tests with CDI injection
文件下载
文件名 操作
helidon-microprofile-testing-testng-4.0.9.jar 下载
helidon-microprofile-testing-testng-4.0.9.pom 下载
helidon-microprofile-testing-testng-4.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.helidon.microprofile.testing</groupId>
  <artifactId>helidon-microprofile-testing-testng</artifactId>
  <version>4.0.9</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.microprofile.testing:helidon-microprofile-testing-testng:4.0.9'
Gradle Kotlin
implementation("io.helidon.microprofile.testing:helidon-microprofile-testing-testng:4.0.9")
Scala SBT
libraryDependencies += "io.helidon.microprofile.testing" % "helidon-microprofile-testing-testng" % "4.0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.microprofile.testing', module='helidon-microprofile-testing-testng', version='4.0.9')
)
Apache Ivy
<dependency org="io.helidon.microprofile.testing" name="helidon-microprofile-testing-testng" rev="4.0.9" />
Leiningen
[io.helidon.microprofile.testing/helidon-microprofile-testing-testng "4.0.9"]
Apache Buildr
'io.helidon.microprofile.testing:helidon-microprofile-testing-testng:jar:4.0.9'