| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdapp.getxray |
| ArtifactId | ArtifactIdxray-junit-extensions |
| Last Version | Last Version0.6.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxray-junit-extensions
Improvements for JUnit that allow you to take better advantage of JUnit 5 (jupiter engine) whenever using it together with Xray Test Management.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/app.getxray/xray-junit-extensions/ -->
<dependency>
<groupId>app.getxray</groupId>
<artifactId>xray-junit-extensions</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/app.getxray/xray-junit-extensions/
implementation 'app.getxray:xray-junit-extensions:0.6.0'
// https://jarcasting.com/artifacts/app.getxray/xray-junit-extensions/
implementation ("app.getxray:xray-junit-extensions:0.6.0")
'app.getxray:xray-junit-extensions:jar:0.6.0'
<dependency org="app.getxray" name="xray-junit-extensions" rev="0.6.0">
<artifact name="xray-junit-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='app.getxray', module='xray-junit-extensions', version='0.6.0')
)
libraryDependencies += "app.getxray" % "xray-junit-extensions" % "0.6.0"
[app.getxray/xray-junit-extensions "0.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.junit.platform : junit-platform-suite-api | jar | 1.7.1 |
| org.junit.platform : junit-platform-reporting | jar | 1.7.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.7.1 |
| org.junit.platform : junit-platform-runner | jar | 1.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.19.0 |
| org.jooq : joox-java-6 | jar | 1.6.2 |
| org.mockito : mockito-junit-jupiter | jar | 3.8.0 |
| org.junit.platform : junit-platform-testkit | jar | 1.7.1 |