| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdorg.testifyproject.junit5 |
| ArtifactId | ArtifactIdjunit5-core |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJUnit 5 Core
A module that contains base Testify JUnit 5 implementations for running unit, integration and system tests tests
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| junit5-core-1.0.6.pom | |
| junit5-core-1.0.6.jar | 18 KB |
| junit5-core-1.0.6-sources.jar | 15 KB |
| junit5-core-1.0.6-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5-core/ -->
<dependency>
<groupId>org.testifyproject.junit5</groupId>
<artifactId>junit5-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5-core/
implementation 'org.testifyproject.junit5:junit5-core:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5-core/
implementation ("org.testifyproject.junit5:junit5-core:1.0.6")
'org.testifyproject.junit5:junit5-core:jar:1.0.6'
<dependency org="org.testifyproject.junit5" name="junit5-core" rev="1.0.6">
<artifact name="junit5-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit5', module='junit5-core', version='1.0.6')
)
libraryDependencies += "org.testifyproject.junit5" % "junit5-core" % "1.0.6"
[org.testifyproject.junit5/junit5-core "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testifyproject : core | jar | 1.0.6 |
| org.testifyproject.mock : mockito | jar | 1.0.6 |
| org.testifyproject.level : unit | jar | 1.0.6 |
| org.testifyproject.level : integration | jar | 1.0.6 |
| org.testifyproject.level : system | jar | 1.0.6 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.platform : junit-platform-launcher | jar | 1.2.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.11.0 |
| org.assertj : assertj-core | jar | 3.8.0 |