testng-junit5
Implementation of the JUnit5 Platform TestEngine interface
build
Launch Maven to build, format and run integration tests:
mvn verify -P run-fmt,run-its
License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing TestNG |
GroupId | GroupIdcom.github.testng-team |
ArtifactId | ArtifactIdtestng-junit5 |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTestNG TestEngine
Implementation of the JUnit5 Platform TestEngine interface
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testng-junit5-0.0.1.pom | |
testng-junit5-0.0.1.jar | 11 KB |
testng-junit5-0.0.1-sources.jar | 7 KB |
testng-junit5-0.0.1-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/ -->
<dependency>
<groupId>com.github.testng-team</groupId>
<artifactId>testng-junit5</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/
implementation 'com.github.testng-team:testng-junit5:0.0.1'
// https://jarcasting.com/artifacts/com.github.testng-team/testng-junit5/
implementation ("com.github.testng-team:testng-junit5:0.0.1")
'com.github.testng-team:testng-junit5:jar:0.0.1'
<dependency org="com.github.testng-team" name="testng-junit5" rev="0.0.1">
<artifact name="testng-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.testng-team', module='testng-junit5', version='0.0.1')
)
libraryDependencies += "com.github.testng-team" % "testng-junit5" % "0.0.1"
[com.github.testng-team/testng-junit5 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 7.0.0 |
org.junit.platform : junit-platform-engine | jar | 1.5.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.0 |
Implementation of the JUnit5 Platform TestEngine interface
Launch Maven to build, format and run integration tests:
mvn verify -P run-fmt,run-its