scenarlang

ScenarLang is a domain specific language (DSL) that attempts to make it even easier to setup (unit) tests with mockito. What it offers is : => A json like notation to declare your java objects (that way it is less boring to configure deeply nested data structure for your tests). => A declarative way configure what the result of a mock call should be.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.scenarlang
Идентификатор

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

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

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

1.1.9
Дата

Дата

Тип

Тип

pom
Описание

Описание

scenarlang
ScenarLang is a domain specific language (DSL) that attempts to make it even easier to setup (unit) tests with mockito. What it offers is : => A json like notation to declare your java objects (that way it is less boring to configure deeply nested data structure for your tests). => A declarative way configure what the result of a mock call should be.
Ссылка на сайт

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

https://sourceforge.net/p/scenarlang

Скачать UT_DSL

Имя Файла Размер
UT_DSL-1.1.9.pom 4 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.sourceforge.scenarlang/UT_DSL/ -->
<dependency>
    <groupId>net.sourceforge.scenarlang</groupId>
    <artifactId>UT_DSL</artifactId>
    <version>1.1.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.scenarlang/UT_DSL/
implementation 'net.sourceforge.scenarlang:UT_DSL:1.1.9'
// https://jarcasting.com/artifacts/net.sourceforge.scenarlang/UT_DSL/
implementation ("net.sourceforge.scenarlang:UT_DSL:1.1.9")
'net.sourceforge.scenarlang:UT_DSL:pom:1.1.9'
<dependency org="net.sourceforge.scenarlang" name="UT_DSL" rev="1.1.9">
  <artifact name="UT_DSL" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.scenarlang', module='UT_DSL', version='1.1.9')
)
libraryDependencies += "net.sourceforge.scenarlang" % "UT_DSL" % "1.1.9"
[net.sourceforge.scenarlang/UT_DSL "1.1.9"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • UT_DSL_JAVA_UTL
  • UT_DSL_TEST_DUMMY_CLASSES
  • UT_DSL_PARSING
  • UT_DSL_JUNIT

Версии библиотеки

Версия
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.2
1.0.1
1.0.0