puma4j

Easy and convenient way to load file resources into your tests using only annotations.

License

License

MIT
Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.vitorsalgado.puma4j
ArtifactId

ArtifactId

puma4j-junit5-extension
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

puma4j
Easy and convenient way to load file resources into your tests using only annotations.
Project URL

Project URL

https://github.com/vitorsalgado/puma4j/blob/main/README.md
Source Code Management

Source Code Management

https://github.com/vitorsalgado/puma4j.git

Download puma4j-junit5-extension

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.vitorsalgado.puma4j/puma4j-junit5-extension/ -->
<dependency>
    <groupId>io.github.vitorsalgado.puma4j</groupId>
    <artifactId>puma4j-junit5-extension</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vitorsalgado.puma4j/puma4j-junit5-extension/
implementation 'io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.0'
// https://jarcasting.com/artifacts/io.github.vitorsalgado.puma4j/puma4j-junit5-extension/
implementation ("io.github.vitorsalgado.puma4j:puma4j-junit5-extension:4.0.0")
'io.github.vitorsalgado.puma4j:puma4j-junit5-extension:jar:4.0.0'
<dependency org="io.github.vitorsalgado.puma4j" name="puma4j-junit5-extension" rev="4.0.0">
  <artifact name="puma4j-junit5-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vitorsalgado.puma4j', module='puma4j-junit5-extension', version='4.0.0')
)
libraryDependencies += "io.github.vitorsalgado.puma4j" % "puma4j-junit5-extension" % "4.0.0"
[io.github.vitorsalgado.puma4j/puma4j-junit5-extension "4.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.vitorsalgado.puma4j : puma4j-core jar 4.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.0