a

atgdust

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.
https://github.com/talberto/atgdust
Apache License, Version 2.0
adamb06 Robert Tomas Rodriguez
文件下载
文件名 操作
atgdust-2.1.0.jar 下载
atgdust-2.1.0.pom 下载
atgdust-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.talberto</groupId>
  <artifactId>atgdust</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.talberto:atgdust:2.1.0'
Gradle Kotlin
implementation("com.github.talberto:atgdust:2.1.0")
Scala SBT
libraryDependencies += "com.github.talberto" % "atgdust" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.talberto', module='atgdust', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.talberto" name="atgdust" rev="2.1.0" />
Leiningen
[com.github.talberto/atgdust "2.1.0"]
Apache Buildr
'com.github.talberto:atgdust:jar:2.1.0'