Last Version

Example JUnit4 Unit Test 1.0.0

Creates a new quickstart project to unit test Java code with Testify, JUnit4, Mockito, and AssertJ.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-unittest
Version

Version

1.0.0
Type

Type

jar
Description

Description

Example JUnit4 Unit Test
Creates a new quickstart project to unit test Java code with Testify, JUnit4, Mockito, and AssertJ.
Project URL

Project URL

https://github.com/testify-project/examples/tree/master/junit4/example-junit-unittest
Project Organization

Project Organization

Sharmarke Aden

Download example-junit-unittest 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.testifyproject.junit4 : unit-test jar

provided (1)

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

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0
org.testifyproject.tools : test-logger jar 1.0.2

Project Modules

There are no modules declared in this project.