License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing iText Business Logic Libraries Documents Processing iText Data PDF |
GroupId | GroupIdorg.bitbucket.gthimm.junitextras |
ArtifactId | ArtifactIdjunit-extras |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJunit Extras
Extras for junit: CSV reader for creating parametrized junit tests,
matcher and a suite selecting classes via regular expressions.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGeorg Thimm |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-extras-1.0.5.pom | |
junit-extras-1.0.5.jar | 24 KB |
junit-extras-1.0.5-test-sources.jar | 28 KB |
junit-extras-1.0.5-sources.jar | 23 KB |
junit-extras-1.0.5-javadoc.jar | 130 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.10 |