is not current version
Last Version 1.1.0

de.codecentric:capture-replay-framework 1.0.0

This framework takes test data generation to the next level by capturing real data. Instead of injecting mocks that load manually written fixtures, the Capture & Replay Framework transparently augments existing classes with proxies that replay previously captured data.

Categories

Categories

Play Framework User Interface Web Frameworks
GroupId

GroupId

de.codecentric
ArtifactId

ArtifactId

capture-replay-framework
Version

Version

1.0.0
Type

Type

jar

Download capture-replay-framework 1.0.0


<!-- https://jarcasting.com/artifacts/de.codecentric/capture-replay-framework/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>capture-replay-framework</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/capture-replay-framework/
implementation 'de.codecentric:capture-replay-framework:1.0.0'
// https://jarcasting.com/artifacts/de.codecentric/capture-replay-framework/
implementation ("de.codecentric:capture-replay-framework:1.0.0")
'de.codecentric:capture-replay-framework:jar:1.0.0'
<dependency org="de.codecentric" name="capture-replay-framework" rev="1.0.0">
  <artifact name="capture-replay-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='capture-replay-framework', version='1.0.0')
)
libraryDependencies += "de.codecentric" % "capture-replay-framework" % "1.0.0"
[de.codecentric/capture-replay-framework "1.0.0"]