junit-support

Contains interfaces and classes that make it easier to write tests with JUnit

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

junit-support
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

junit-support
Contains interfaces and classes that make it easier to write tests with JUnit
Project URL

Project URL

https://robtimus.github.io/junit-support/
Source Code Management

Source Code Management

https://github.com/robtimus/junit-support

Download junit-support

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 4.2.0
com.github.robtimus : io-functions jar 2.0
org.reflections : reflections jar 0.10.2

test (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.11.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0