jar

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 JAR file - Latest Versions:

All Versions

Download org.apache.taverna.engine : taverna-reference-testhelpers JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window taverna-reference-testhelpers-3.1.0-incubating.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.taverna.t2referencetest

├─ org.apache.taverna.t2referencetest.BlueReference.class - [JAR]

├─ org.apache.taverna.t2referencetest.DummyReferenceSet.class - [JAR]

├─ org.apache.taverna.t2referencetest.GreenBuilder.class - [JAR]

├─ org.apache.taverna.t2referencetest.GreenReference.class - [JAR]

├─ org.apache.taverna.t2referencetest.GreenToRed.class - [JAR]

├─ org.apache.taverna.t2referencetest.RedReference.class - [JAR]

├─ org.apache.taverna.t2referencetest.YellowReference.class - [JAR]