| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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"]