Ambush

A unique java library for structuring and driving performance load tests. What makes this so unique is the belief that what is describing how test code runs, should be the same language/closely connected with the tool which helps structure those actions and executes those actions.

License

License

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

ambush
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Ambush
A unique java library for structuring and driving performance load tests. What makes this so unique is the belief that what is describing how test code runs, should be the same language/closely connected with the tool which helps structure those actions and executes those actions.
Project URL

Project URL

http://threadly.org/

Download ambush

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.threadly : threadly jar 5.40

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1