Last Version

junit4jvmtools 0.0.4

Some basic test tools for JUnit4--specifically some assertions on collections

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.fsryan.testtools.jvm
ArtifactId

ArtifactId

junit4jvmtools
Version

Version

0.0.4
Type

Type

jar
Description

Description

junit4jvmtools
Some basic test tools for JUnit4--specifically some assertions on collections
Project URL

Project URL

https://github.com/ryansgot/android-testtools
Source Code Management

Source Code Management

https://github.com/ryansgot/android-testtools

Download junit4jvmtools 0.0.4


<!-- https://jarcasting.com/artifacts/com.fsryan.testtools.jvm/junit4jvmtools/ -->
<dependency>
    <groupId>com.fsryan.testtools.jvm</groupId>
    <artifactId>junit4jvmtools</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fsryan.testtools.jvm/junit4jvmtools/
implementation 'com.fsryan.testtools.jvm:junit4jvmtools:0.0.4'
// https://jarcasting.com/artifacts/com.fsryan.testtools.jvm/junit4jvmtools/
implementation ("com.fsryan.testtools.jvm:junit4jvmtools:0.0.4")
'com.fsryan.testtools.jvm:junit4jvmtools:jar:0.0.4'
<dependency org="com.fsryan.testtools.jvm" name="junit4jvmtools" rev="0.0.4">
  <artifact name="junit4jvmtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fsryan.testtools.jvm', module='junit4jvmtools', version='0.0.4')
)
libraryDependencies += "com.fsryan.testtools.jvm" % "junit4jvmtools" % "0.0.4"
[com.fsryan.testtools.jvm/junit4jvmtools "0.0.4"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.41
junit : junit jar 4.12
com.fsryan.testtools.jvm : jvmtesttools jar 0.0.4

Project Modules

There are no modules declared in this project.