Last Version

Capture & Replay Framework 1.1.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.

License

License

Categories

Categories

Play Framework User Interface Web Frameworks
GroupId

GroupId

de.codecentric
ArtifactId

ArtifactId

capture-replay-framework
Version

Version

1.1.0
Type

Type

jar
Description

Description

Capture & Replay Framework
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.
Project URL

Project URL

https://github.com/codecentric/capture-replay-framework
Project Organization

Project Organization

codecentric AG
Source Code Management

Source Code Management

https://github.com/codecentric/capture-replay-framework

Download capture-replay-framework 1.1.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework : spring-beans jar 4.0.4.RELEASE
org.springframework : spring-context jar 4.0.4.RELEASE
org.springframework : spring-aop jar 4.0.4.RELEASE
org.aspectj : aspectjrt jar 1.8.0
org.aspectj : aspectjweaver jar 1.8.0
org.apache.commons : commons-lang3 jar 3.3.2
com.fasterxml.jackson.core : jackson-databind jar 2.3.3
junit : junit jar 4.11

test (1)

Group / Artifact Type Version
org.springframework : spring-test jar 4.0.4.RELEASE

Project Modules

There are no modules declared in this project.