License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.chutneytesting |
ArtifactId | ArtifactIdchutney-junit-engine |
Last Version | Last Version1.4.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA junit 5 engine implementation for running glacio features.
|
Filename | Size |
---|---|
chutney-junit-engine-1.4.9.pom | |
chutney-junit-engine-1.4.9.jar | 25 KB |
chutney-junit-engine-1.4.9-sources.jar | 11 KB |
chutney-junit-engine-1.4.9-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-engine/ -->
<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-engine</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-engine/
implementation 'com.chutneytesting:chutney-junit-engine:1.4.9'
// https://jarcasting.com/artifacts/com.chutneytesting/chutney-junit-engine/
implementation ("com.chutneytesting:chutney-junit-engine:1.4.9")
'com.chutneytesting:chutney-junit-engine:jar:1.4.9'
<dependency org="com.chutneytesting" name="chutney-junit-engine" rev="1.4.9">
<artifact name="chutney-junit-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='chutney-junit-engine', version='1.4.9')
)
libraryDependencies += "com.chutneytesting" % "chutney-junit-engine" % "1.4.9"
[com.chutneytesting/chutney-junit-engine "1.4.9"]
Group / Artifact | Type | Version |
---|---|---|
com.chutneytesting : chutney-junit-api | jar | 1.4.9 |
com.chutneytesting : glacio-adapter | jar | 1.4.9 |
org.junit.platform : junit-platform-engine | jar | |
org.slf4j : slf4j-api | jar | 1.7.36 |
org.slf4j : jul-to-slf4j | jar | 1.7.36 |
org.slf4j : log4j-over-slf4j | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.platform : junit-platform-testkit | jar | |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.6.1 |
org.mockito : mockito-inline | jar | 4.6.1 |
org.awaitility : awaitility | jar | 4.2.0 |