Последняя версия

ATG DUST 2.1.0

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.

Лицензия

Лицензия

Группа

Группа

com.github.talberto
Идентификатор

Идентификатор

atgdust
Версия

Версия

2.1.0
Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/talberto/atgdust

Скачать atgdust 2.1.0


<!-- 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"]

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.derby : derby jar 10.4.2.0

Модули Проекта

Данный проект не имеет модулей.