Last Version

Unit Testing Level 1.0.6

A module that provides a test Runner and Verifier for Unit Testing.

License

License

GroupId

GroupId

org.testifyproject.level
ArtifactId

ArtifactId

unit
Version

Version

1.0.6
Type

Type

jar
Description

Description

Unit Testing Level
A module that provides a test Runner and Verifier for Unit Testing.
Project Organization

Project Organization

Testify Project

Download unit 1.0.6


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

Dependencies

compile (1)

Group / Artifact Type Version
org.testifyproject : core jar 1.0.6

provided (1)

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

test (3)

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