DOC

com.ecfeed : ecfeed.junit

Maven & Gradle

Oct 04, 2019
0 stars

ecFeed · An open library used to connect to the ecFeed service. It can be also used as a standalone testing tool. It is integrated with Junit5 and generates a stream of test cases using a selected algorithm (e.g. Cartesian, N-Wise). There are no limitations associated with the off-line version but the user cannot access the on-line computation servers and the model database.

Table Of Contents

Latest Version

Download com.ecfeed : ecfeed.junit Javadoc & API Documentation - Latest Versions:

All Versions

Download com.ecfeed : ecfeed.junit Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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