Last Version

JUnit 5 Core 1.0.6

A module that contains base Testify JUnit 5 implementations for running unit, integration and system tests tests

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit5
ArtifactId

ArtifactId

junit5-core
Version

Version

1.0.6
Type

Type

jar
Description

Description

JUnit 5 Core
A module that contains base Testify JUnit 5 implementations for running unit, integration and system tests tests
Project Organization

Project Organization

Testify Project

Download junit5-core 1.0.6


<!-- 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"]

Dependencies

compile (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

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (4)

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

Project Modules

There are no modules declared in this project.