Testamation Framekwork
Authors: Ratha Long & Paul Jacobs
Functional/integration test framework for web projects
| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers |
| GroupId | GroupIdcom.github.rlon008 |
| ArtifactId | ArtifactIdtestamation-httpmock-jetty |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA functional/integration almost-black-box testing framework for web application
|
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-jetty/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-httpmock-jetty</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-jetty/
implementation 'com.github.rlon008:testamation-httpmock-jetty:1.3'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-httpmock-jetty/
implementation ("com.github.rlon008:testamation-httpmock-jetty:1.3")
'com.github.rlon008:testamation-httpmock-jetty:jar:1.3'
<dependency org="com.github.rlon008" name="testamation-httpmock-jetty" rev="1.3">
<artifact name="testamation-httpmock-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-httpmock-jetty', version='1.3')
)
libraryDependencies += "com.github.rlon008" % "testamation-httpmock-jetty" % "1.3"
[com.github.rlon008/testamation-httpmock-jetty "1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.rlon008 : testamation-core | jar | 1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.3.2.v20150730 |
| org.eclipse.jetty : jetty-webapp | jar | 9.3.2.v20150730 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
Functional/integration test framework for web projects