DOC

com.surenpi.autotest : autotest.web.framework.archetype

Maven & Gradle

Jan 19, 2019
0 stars

Archetype - autotest.web.framework.archetype · WebUI自动化测试框架骨架

Table Of Contents

Latest Version

Download com.surenpi.autotest : autotest.web.framework.archetype Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement