License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdjunit-support |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-support
Contains interfaces and classes that make it easier to write tests with JUnit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-support-1.1.pom | |
junit-support-1.1.jar | 435 KB |
junit-support-1.1-sources.jar | 93 KB |
junit-support-1.1-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |