License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.pragmaticobjects.oo.tests |
ArtifactId | ArtifactIdtests-junit5 |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontests-junit5
Reusable test assertions
|
Filename | Size |
---|---|
tests-junit5-0.1.3.pom | |
tests-junit5-0.1.3.jar | 3 KB |
tests-junit5-0.1.3-sources.jar | 5 KB |
tests-junit5-0.1.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit5/ -->
<dependency>
<groupId>com.pragmaticobjects.oo.tests</groupId>
<artifactId>tests-junit5</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit5/
implementation 'com.pragmaticobjects.oo.tests:tests-junit5:0.1.3'
// https://jarcasting.com/artifacts/com.pragmaticobjects.oo.tests/tests-junit5/
implementation ("com.pragmaticobjects.oo.tests:tests-junit5:0.1.3")
'com.pragmaticobjects.oo.tests:tests-junit5:jar:0.1.3'
<dependency org="com.pragmaticobjects.oo.tests" name="tests-junit5" rev="0.1.3">
<artifact name="tests-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pragmaticobjects.oo.tests', module='tests-junit5', version='0.1.3')
)
libraryDependencies += "com.pragmaticobjects.oo.tests" % "tests-junit5" % "0.1.3"
[com.pragmaticobjects.oo.tests/tests-junit5 "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.pragmaticobjects.oo.tests : tests-core | jar | 0.1.3 |
io.vavr : vavr | jar | 0.10.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
com.pragmaticobjects.oo.equivalence : equivalence-base | jar | 0.1.3 |