Last Version

Testing Starter :: JUnit 5 1.0.0

A simple testing starter for Java projects

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

pl.wavesoftware.testing
ArtifactId

ArtifactId

junit5-starter
Version

Version

1.0.0
Type

Type

jar
Description

Description

Testing Starter :: JUnit 5
A simple testing starter for Java projects
Project Organization

Project Organization

Wave Software

Download junit5-starter 1.0.0


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

Dependencies

compile (6)

Group / Artifact Type Version
pl.wavesoftware.testing : ansi jar 1.0.0
pl.wavesoftware.testing : log4j2 jar 1.0.0
org.slf4j : jcl-over-slf4j jar 1.7.26
org.slf4j : jul-to-slf4j jar 1.7.26
org.apache.logging.log4j : log4j-slf4j-impl jar
org.junit.jupiter : junit-jupiter-api jar

runtime (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar
org.junit.platform : junit-platform-launcher jar
org.junit.jupiter : junit-jupiter-params jar
org.assertj : assertj-core jar 3.11.1
org.mockito : mockito-junit-jupiter jar 2.23.4
org.awaitility : awaitility jar 3.1.6
com.portingle : slf4jtesting jar 1.1.3

Project Modules

There are no modules declared in this project.