DOC

org.apache.geronimo.testsuite : testsuite

Maven & Gradle

Aug 05, 2008

Geronimo TestSuite · Geronimo integration testsuite. This contains 2 profiles, default and child. The default profile is used by the top level suites directly under this. The child profile is used by the test poms under the suites. This pom defines the basic dependencies needed by most suites. The start-selenium, start-server, invoke, and stop-server goals are globally configured here in the pluginManagement sections. They just need to be bound in the suites where needed and appropriate. The test poms under the suites should have this pom as their parent and set their relativePath appropriately The test poms under the suites inherit an empty 'child' profile from here. But any other build executions within the test poms should all be inside a 'child' profile.

Table Of Contents

Latest Version

Download org.apache.geronimo.testsuite : testsuite Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.geronimo.testsuite : testsuite Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x
2.1

How to open Javadoc JAR file in web browser

  1. Rename the file testsuite-2.1.2-javadoc.jar to testsuite-2.1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder testsuite-2.1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "testsuite-2.1.2-sources.jar" -d "testsuite-2.1.2-javadoc" -subpackages