License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.pragmaticobjects.oo.tests |
ArtifactId | ArtifactIdtests-junit4 |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionReusable test assertions
|
Filename | Size |
---|---|
tests-junit4-0.1.2.pom | |
tests-junit4-0.1.2.jar | 4 KB |
tests-junit4-0.1.2-sources.jar | 6 KB |
tests-junit4-0.1.2-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit4/ -->
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
<artifactId>tests-junit4</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit4/
implementation 'com.pragmaticobjects.oo.tests:tests-junit4:0.1.2'
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit4/
implementation ("com.pragmaticobjects.oo.tests:tests-junit4:0.1.2")
'com.pragmaticobjects.oo.tests:tests-junit4:jar:0.1.2'
<dependency org="com.pragmaticobjects.oo.tests" name="tests-junit4" rev="0.1.2">
<artifact name="tests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pragmaticobjects.oo.tests', module='tests-junit4', version='0.1.2')
)
libraryDependencies += "com.pragmaticobjects.oo.tests" % "tests-junit4" % "0.1.2"
[com.pragmaticobjects.oo.tests/tests-junit4 "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.pragmaticobjects.oo.tests : tests-core | jar | 0.1.2 |
junit : junit | jar | 4.13 |
io.vavr : vavr | jar | 0.10.2 |
com.pragmaticobjects.oo.equivalence : equivalence-base | jar | 0.1.2 |