Last Version

Example JUnit4 Resource Provider 1.0.0

Creates a new quickstart project that demonstractes ResourceProvider SPI contract implementation.

License

License

Categories

Categories

IDE Development Tools JUnit Unit Testing
GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

example-junit-resourceprovider
Version

Version

1.0.0
Type

Type

jar
Description

Description

Example JUnit4 Resource Provider
Creates a new quickstart project that demonstractes ResourceProvider SPI contract implementation.
Project URL

Project URL

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

Project Organization

Sharmarke Aden

Download example-junit-resourceprovider 1.0.0


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

Dependencies

compile (4)

Group / Artifact Type Version
org.testifyproject : api jar
org.testifyproject : core jar
org.hsqldb : hsqldb jar [2.3.0,)
org.testifyproject.junit4 : unit-test jar

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.