Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Classifier Type Optional
com.thoughtworks.xstream xstream 1.2.2 - jar
commons-lang commons-lang 2.3 - jar
junit junit 4.4 - jar
org.openqa.selenium.client-drivers selenium-java-client-driver 1.0-beta-1 - jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type Optional
fest fest-assert 1.0a1 - jar
org.easymock easymock 2.3 - jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Classifier Type Optional
xpp3 xpp3_min 1.1.3.4.O - jar

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Classifier Type Optional
fest fest-util 0.4 - jar

Project Dependency Graph

Dependency Listings

LoggingSelenium

Logging extension for Java-Client-Driver of Selenium Remote Control.

Selenium RC Java Client Driver

http://www.openqa.org/selenium-rc/selenium-client-drivers/selenium-java-client-driver

JUnit

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.

http://junit.org

XStream Core

Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O

MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.

http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/

EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

FEST Fluent Assertions

'Flexible' or 'fluent' assertions for testing

http://code.google.com/p/fest/

FEST Util

Utility methods used by FEST modules

Lang

Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.

http://jakarta.apache.org/commons/lang/