Testamation Framekwork
Authors: Ratha Long & Paul Jacobs
Functional/integration test framework for web projects
License |
License |
---|---|
GroupId | GroupIdcom.github.rlon008 |
ArtifactId | ArtifactIdtestamation-parent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTestamation
A functional/integration almost-black-box testing framework for web application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testamation-parent-1.3.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/
implementation 'com.github.rlon008:testamation-parent:1.3'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-parent/
implementation ("com.github.rlon008:testamation-parent:1.3")
'com.github.rlon008:testamation-parent:pom:1.3'
<dependency org="com.github.rlon008" name="testamation-parent" rev="1.3">
<artifact name="testamation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-parent', version='1.3')
)
libraryDependencies += "com.github.rlon008" % "testamation-parent" % "1.3"
[com.github.rlon008/testamation-parent "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Functional/integration test framework for web projects