Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To view the Codehaus Cargo's Javadocs, you can use one of the two below methods:

  • You can visit https://codehaus-cargo.github.io/apidocs/
  • Codehaus Cargo's release procedure uploads the source code and Javadocs onto the Maven Central. As a result, if you are using Maven2/Maven3, as you open the different modules in your IDE, the Javadocs and source code will get downloaded automatically

 

Info
titleFunctional tests

In order to learn more about directly using the Cargo Java API from your Java unit test classes (JUnit, TestNG, etc), read our Functional testing page.

Javadocs for CARGO's main modules

Javadocs for the submodules of the Core and Containers API

Note

These Javadocs contain a less cluttered list of classes and packages compared to the Javadoc for Cargo Core APIs, but inner-links will not work. Typically, you won't be able of seeing the links between a Container Implementation and the Container API it is based on.
To access that kind of information, please rather prefer the Javadoc for Cargo Core APIs.

...