License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.pragmaticobjects.oo.tests |
ArtifactId | ArtifactIdtests-junit4 |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionReusable test assertions
|
Filename | Size |
---|---|
tests-junit4-0.0.1.pom | |
tests-junit4-0.0.1.jar | 4 KB |
tests-junit4-0.0.1-sources.jar | 4 KB |
tests-junit4-0.0.1-javadoc.jar | 24 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit4/
implementation 'com.pragmaticobjects.oo.tests:tests-junit4:0.0.1'
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit4/
implementation ("com.pragmaticobjects.oo.tests:tests-junit4:0.0.1")
'com.pragmaticobjects.oo.tests:tests-junit4:jar:0.0.1'
<dependency org="com.pragmaticobjects.oo.tests" name="tests-junit4" rev="0.0.1">
<artifact name="tests-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pragmaticobjects.oo.tests', module='tests-junit4', version='0.0.1')
)
libraryDependencies += "com.pragmaticobjects.oo.tests" % "tests-junit4" % "0.0.1"
[com.pragmaticobjects.oo.tests/tests-junit4 "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.pragmaticobjects.oo.tests : tests-core | jar | 0.0.1 |
junit : junit | jar | 4.13 |
io.vavr : vavr | jar | 0.10.2 |
com.github.kimble » junit-test-factory | jar | 4.12.6 |
com.pragmaticobjects.oo.equivalence : equivalence-base | jar | 0.0.1 |