DOC

me.proton.test : fusion

Maven & Gradle

Mar 15, 2023

Fusion Android · A lightweight Android test API that unifies UiAutomator, Espresso and Compose UI tests in one test framework.

Table Of Contents

Latest Version

Download me.proton.test : fusion Javadoc & API Documentation - Latest Versions:

All Versions

Download me.proton.test : fusion Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

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