Last Version

PSI 2.4

Phunctional System integration is a utility library to provide a simplified testing harness for automated Web Application testing. This particulare artifact is a Maven utility, creating a unifed package for the testing harness. Over time this should probably begin to contain useful utilities to the end user.

License

License

GroupId

GroupId

com.meschbach.psi
ArtifactId

ArtifactId

psi
Version

Version

2.4
Type

Type

jar
Description

Description

PSI
Phunctional System integration is a utility library to provide a simplified testing harness for automated Web Application testing. This particulare artifact is a Maven utility, creating a unifed package for the testing harness. Over time this should probably begin to contain useful utilities to the end user.
Project Organization

Project Organization

Mark Eschbach
Source Code Management

Source Code Management

http://code.google.com/p/phunctional-system-integration/source/browse/tags/psi-reactor-2.4/source/browse/psi

Download psi 2.4

Filename Size
psi-2.4.pom
psi-2.4.jar 1 KB
psi-2.4-javadoc.jar 334 bytes
Browse

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

Dependencies

compile (5)

Group / Artifact Type Version
com.meschbach.psi : psi-core jar 2.4
com.meschbach.psi : psi-util jar 2.4
com.meschbach.psi : psi-jetty7 jar 2.4
com.meschbach.psi : psi-tomcat6 jar 2.4
org.testng : testng jar 5.14.6

test (5)

Group / Artifact Type Version
com.meschbach.psi : psi-jetty6 jar 2.4
com.meschbach.psi : echo-webapp war 2.4
com.meschbach.psi : salutator war 2.4
org.mortbay.jetty : jetty jar 6.1.26
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.