Last Version

[JUnit4] 1.0.0

Parent module of JUnit 4 example projects

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

junit4
Version

Version

1.0.0
Type

Type

pom
Description

Description

[JUnit4]
Parent module of JUnit 4 example projects
Project Organization

Project Organization

Sharmarke Aden

Download junit4 1.0.0

Filename Size
junit4-1.0.0.pom 3 KB
Browse

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

Dependencies

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

  • example-junit-unittest
  • example-junit-spring-integrationtest
  • example-junit-spring-systemtest
  • example-junit-springboot-systemtest
  • example-junit-hk2-integrationtest
  • example-junit-jersey-systemtest
  • example-junit-guice-integrationtest
  • example-junit-grpc-systemtest
  • example-junit-resourceprovider