DOC

com.github.talberto : atgdust

Maven & Gradle

Nov 27, 2014
0 stars

ATG DUST · ATG DUST is a framework for building JUnit tests for applications built on the ATG Dynamo platform. This framework allows one to quickly write test code that depends up Nucleus or ATG Repositories. By using this framework one can drastically cut down on development time. It takes only a few seconds to start up a test with a repository, but it may take multiple minutes to start up an application server. To get started with DUST, take a look at http://atgdust.sourceforge.net/first-test.html. This page will walk you through the process of running a basic test which starts Nucleus. After that, read the other getting started guides to describe how to create standalone Junit tests which can startup repositories and use the DynamoHttpServletResponse classes. For only ATG10 and tested.

Table Of Contents

Latest Version

Download com.github.talberto : atgdust Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.talberto : atgdust Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

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

Advertisement