| License |
License |
|---|---|
| GroupId | GroupIdcom.github.slezier |
| ArtifactId | ArtifactIdSimpleFunctionalTest |
| Last Version | Last Version1.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple Functional Test
A JUnit extension to easily adopt functional testing and acceptance testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| SimpleFunctionalTest-1.9.pom | |
| SimpleFunctionalTest-1.9.jar | 135 KB |
| SimpleFunctionalTest-1.9-sources.jar | 107 KB |
| SimpleFunctionalTest-1.9-javadoc.jar | 254 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.slezier/SimpleFunctionalTest/ -->
<dependency>
<groupId>com.github.slezier</groupId>
<artifactId>SimpleFunctionalTest</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.slezier/SimpleFunctionalTest/
implementation 'com.github.slezier:SimpleFunctionalTest:1.9'
// https://jarcasting.com/artifacts/com.github.slezier/SimpleFunctionalTest/
implementation ("com.github.slezier:SimpleFunctionalTest:1.9")
'com.github.slezier:SimpleFunctionalTest:jar:1.9'
<dependency org="com.github.slezier" name="SimpleFunctionalTest" rev="1.9">
<artifact name="SimpleFunctionalTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.slezier', module='SimpleFunctionalTest', version='1.9')
)
libraryDependencies += "com.github.slezier" % "SimpleFunctionalTest" % "1.9"
[com.github.slezier/SimpleFunctionalTest "1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.javaparser : javaparser | jar | 1.0.10 |
| junit : junit | jar | 4.11 |
| org.jsoup : jsoup | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.1 |
| org.powermock : powermock-module-junit4 | jar | 1.5 |
| org.powermock : powermock-api-easymock | jar | 1.5 |
| net.sourceforge.cssparser : cssparser | jar | 0.9.10 |