Last Version

System Test 1.0.6

A meta module that points to junit4-core module which contains a JUnit test runner for running system tests

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.junit4
ArtifactId

ArtifactId

system-test
Version

Version

1.0.6
Type

Type

jar
Description

Description

System Test
A meta module that points to junit4-core module which contains a JUnit test runner for running system tests
Project Organization

Project Organization

Testify Project

Download system-test 1.0.6


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

Dependencies

compile (2)

Group / Artifact Type Version
org.testifyproject.junit4 : junit4-core 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.