Last Version

[JUnit 5] 1.0.6

Parent module of Testify's custom JUnit test runners implementations

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit5
ArtifactId

ArtifactId

junit5
Version

Version

1.0.6
Type

Type

pom
Description

Description

[JUnit 5]
Parent module of Testify's custom JUnit test runners implementations
Project Organization

Project Organization

Testify Project

Download junit5 1.0.6

Filename Size
junit5-1.0.6.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5/ -->
<dependency>
    <groupId>org.testifyproject.junit5</groupId>
    <artifactId>junit5</artifactId>
    <version>1.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5/
implementation 'org.testifyproject.junit5:junit5:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit5/junit5/
implementation ("org.testifyproject.junit5:junit5:1.0.6")
'org.testifyproject.junit5:junit5:pom:1.0.6'
<dependency org="org.testifyproject.junit5" name="junit5" rev="1.0.6">
  <artifact name="junit5" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit5', module='junit5', version='1.0.6')
)
libraryDependencies += "org.testifyproject.junit5" % "junit5" % "1.0.6"
[org.testifyproject.junit5/junit5 "1.0.6"]

Dependencies

compile (1)

Group / Artifact Type Version
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

  • junit5-core