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.

License

License

GroupId

GroupId

com.github.talberto
ArtifactId

ArtifactId

atgdust
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/talberto/atgdust

Download atgdust

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.talberto/atgdust/ -->
<dependency>
    <groupId>com.github.talberto</groupId>
    <artifactId>atgdust</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.talberto/atgdust/
implementation 'com.github.talberto:atgdust:2.1.0'
// https://jarcasting.com/artifacts/com.github.talberto/atgdust/
implementation ("com.github.talberto:atgdust:2.1.0")
'com.github.talberto:atgdust:jar:2.1.0'
<dependency org="com.github.talberto" name="atgdust" rev="2.1.0">
  <artifact name="atgdust" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.talberto', module='atgdust', version='2.1.0')
)
libraryDependencies += "com.github.talberto" % "atgdust" % "2.1.0"
[com.github.talberto/atgdust "2.1.0"]

Dependencies

compile (10)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
commons-dbcp : commons-dbcp jar 1.2.2
hsqldb : hsqldb jar 1.8.0.1
javax.servlet : servlet-api jar 2.4
javax.servlet : jsp-api jar 2.0
commons-io : commons-io jar 1.4
org.apache.ddlutils : ddlutils jar 1.0
javax.validation : validation-api jar 1.1.0.Final
cglib : cglib jar 3.0
junit : junit jar 4.11

provided (6)

Group / Artifact Type Version
atg.platform » DAS jar 11.1
atg.platform » DAS jar 11.1
atg.platform » DPS jar 11.1
atg.platform » DPS jar 11.1
atg.platform » DSS jar 11.1
atg.platform » DSS jar 11.1

test (1)

Group / Artifact Type Version
org.apache.derby : derby jar 10.4.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0