Junit Extras

Extras for junit: CSV reader for creating parametrized junit tests, matcher and a suite selecting classes via regular expressions.

License

License

Categories

Categories

JUnit Unit Testing iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

org.bitbucket.gthimm.junitextras
ArtifactId

ArtifactId

junit-extras
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Junit Extras
Extras for junit: CSV reader for creating parametrized junit tests, matcher and a suite selecting classes via regular expressions.
Project URL

Project URL

https://bitbucket.org/gthimm/junit-extras/
Project Organization

Project Organization

Georg Thimm
Source Code Management

Source Code Management

https://bitbucket.org/gthimm/junit-extras/src

Download junit-extras

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.gthimm.junitextras/junit-extras/ -->
<dependency>
    <groupId>org.bitbucket.gthimm.junitextras</groupId>
    <artifactId>junit-extras</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.gthimm.junitextras/junit-extras/
implementation 'org.bitbucket.gthimm.junitextras:junit-extras:1.0.5'
// https://jarcasting.com/artifacts/org.bitbucket.gthimm.junitextras/junit-extras/
implementation ("org.bitbucket.gthimm.junitextras:junit-extras:1.0.5")
'org.bitbucket.gthimm.junitextras:junit-extras:jar:1.0.5'
<dependency org="org.bitbucket.gthimm.junitextras" name="junit-extras" rev="1.0.5">
  <artifact name="junit-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.gthimm.junitextras', module='junit-extras', version='1.0.5')
)
libraryDependencies += "org.bitbucket.gthimm.junitextras" % "junit-extras" % "1.0.5"
[org.bitbucket.gthimm.junitextras/junit-extras "1.0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-api jar 1.7.10

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.10

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.1