Last Version

JUnit 4 Core 1.0.6

A module that contains base Testify JUnit 4 TestRunner implementation and a JUnit test runner for running unit tests

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

junit4-core
Version

Version

1.0.6
Type

Type

jar
Description

Description

JUnit 4 Core
A module that contains base Testify JUnit 4 TestRunner implementation and a JUnit test runner for running unit tests
Project Organization

Project Organization

Testify Project

Download junit4-core 1.0.6


<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/junit4-core/ -->
<dependency>
    <groupId>org.testifyproject.junit4</groupId>
    <artifactId>junit4-core</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/junit4-core/
implementation 'org.testifyproject.junit4:junit4-core:1.0.6'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/junit4-core/
implementation ("org.testifyproject.junit4:junit4-core:1.0.6")
'org.testifyproject.junit4:junit4-core:jar:1.0.6'
<dependency org="org.testifyproject.junit4" name="junit4-core" rev="1.0.6">
  <artifact name="junit4-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='junit4-core', version='1.0.6')
)
libraryDependencies += "org.testifyproject.junit4" % "junit4-core" % "1.0.6"
[org.testifyproject.junit4/junit4-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
junit : junit jar 4.12

provided (1)

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

test (2)

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