| License |
License
Copyright © 2018 ReTest GmbH. All rights reserved.
|
|---|---|
| GroupId | GroupIdde.retest |
| ArtifactId | ArtifactIdretest-sut-api |
| Last Version | Last Version3.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionretest - SUT API
This module contains the API to interact with the SUT.
It can be extended and implemented by individual SUTs to allow
stuff like starting, stopping, creating a save point, resetting to save point,
and the like.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| retest-sut-api-3.2.0.pom | |
| retest-sut-api-3.2.0.jar | 219 KB |
| retest-sut-api-3.2.0-sources.jar | 2 KB |
| retest-sut-api-3.2.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.retest/retest-sut-api/ -->
<dependency>
<groupId>de.retest</groupId>
<artifactId>retest-sut-api</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.retest/retest-sut-api/
implementation 'de.retest:retest-sut-api:3.2.0'
// https://jarcasting.com/artifacts/de.retest/retest-sut-api/
implementation ("de.retest:retest-sut-api:3.2.0")
'de.retest:retest-sut-api:jar:3.2.0'
<dependency org="de.retest" name="retest-sut-api" rev="3.2.0">
<artifact name="retest-sut-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.retest', module='retest-sut-api', version='3.2.0')
)
libraryDependencies += "de.retest" % "retest-sut-api" % "3.2.0"
[de.retest/retest-sut-api "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.retest : retest-model | jar | 5.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.eclipse.persistence : org.eclipse.persistence.moxy | jar | 2.5.2 |
| com.google.guava : guava | jar | 26.0-jre |
| com.esotericsoftware : kryo | jar | 4.0.2 |
| de.javakaffee : kryo-serializers | jar | 0.42 |
| net.jpountz.lz4 : lz4 | jar | 1.3.0 |
| ch.qos.logback : logback-core | jar | 1.2.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.apache.commons : commons-exec | jar | 1.3 |
| org.apache.commons : commons-lang3 | jar | 3.8 |
| commons-io : commons-io | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.quickcheck : quickcheck | jar | 0.6 |
| org.junit.vintage : junit-vintage-engine | jar | 5.3.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.0 |
| org.assertj : assertj-core | jar | 3.11.0 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.powermock : powermock-api-mockito | jar | 1.7.4 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |