is not current version
Last Version 1.1.9

net.sourceforge.scenarlang:UT_DSL 1.1.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.scenarlang
ArtifactId

ArtifactId

UT_DSL
Version

Version

1.1.1
Type

Type

pom

Download UT_DSL 1.1.1

Filename Size
UT_DSL-1.1.1.pom 4 KB
Browse

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