License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.spartatech |
ArtifactId | ArtifactIdsparta-test-utils-junit5 |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSparta Test Utils - Junit5
Utility classes for unit testing. Port for Junit5 Jupiter
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils-junit5/ -->
<dependency>
<groupId>com.github.spartatech</groupId>
<artifactId>sparta-test-utils-junit5</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils-junit5/
implementation 'com.github.spartatech:sparta-test-utils-junit5:1.1'
// https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils-junit5/
implementation ("com.github.spartatech:sparta-test-utils-junit5:1.1")
'com.github.spartatech:sparta-test-utils-junit5:jar:1.1'
<dependency org="com.github.spartatech" name="sparta-test-utils-junit5" rev="1.1">
<artifact name="sparta-test-utils-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spartatech', module='sparta-test-utils-junit5', version='1.1')
)
libraryDependencies += "com.github.spartatech" % "sparta-test-utils-junit5" % "1.1"
[com.github.spartatech/sparta-test-utils-junit5 "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
ch.qos.logback : logback-classic | jar | 1.2.9 |
ch.qos.logback : logback-core | jar | 1.2.9 |