MVN

net.sourceforge.scenarlang : UT_DSL

Maven & Gradle

Mar 03, 2013

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.

<dependency>
    <groupId>net.sourceforge.scenarlang</groupId>
    <artifactId>UT_DSL</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.scenarlang : UT_DSL to add to Maven - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of net.sourceforge.scenarlang : UT_DSL to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
UT_DSL-1.1.9
UT_DSL-1.1.8
UT_DSL-1.1.7
UT_DSL-1.1.6
UT_DSL-1.1.5
UT_DSL-1.1.4
UT_DSL-1.1.3
UT_DSL-1.1.2
UT_DSL-1.1.1
1.0.x
UT_DSL-1.0.2
UT_DSL-1.0.1
UT_DSL-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sourceforge.scenarlang</groupId>
    <artifactId>UT_DSL</artifactId>
    <version>1.1.9</version>
</dependency>