Last Version

retest - SUT API 3.2.0

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.

License

License

Copyright © 2018 ReTest GmbH. All rights reserved.
GroupId

GroupId

de.retest
ArtifactId

ArtifactId

retest-sut-api
Version

Version

3.2.0
Type

Type

jar
Description

Description

retest - 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

ReTest GmbH

Download retest-sut-api 3.2.0


<!-- 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"]

Dependencies

compile (12)

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

test (7)

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

Project Modules

There are no modules declared in this project.