DOC

org.apache.taverna.engine : taverna-reference-testhelpers

Maven & Gradle

Jun 06, 2016

Apache Taverna Reference Test Helpers · In order to properly test OSGi-loaded t2ference modules we need a module that is entire external to t2reference and to the test cases. If the test implementations are included in either the api, core implementations or test modules they will be loaded by the root classloader of the test runner - by putting them in an independent artifact we allow them to be loaded through various SPI discovery mechanisms as they would be in a 'real' environment.

Table Of Contents

Latest Version

Download org.apache.taverna.engine : taverna-reference-testhelpers Javadoc & API Documentation - Latest Versions:

All Versions

Download org.apache.taverna.engine : taverna-reference-testhelpers Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file taverna-reference-testhelpers-3.1.0-incubating-javadoc.jar to taverna-reference-testhelpers-3.1.0-incubating-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder taverna-reference-testhelpers-3.1.0-incubating-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 "taverna-reference-testhelpers-3.1.0-incubating-sources.jar" -d "taverna-reference-testhelpers-3.1.0-incubating-javadoc" -subpackages