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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.scenarlang
ArtifactId

ArtifactId

UT_DSL
Last Version

Last Version

1.1.9
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://sourceforge.net/p/scenarlang

Download UT_DSL

Filename Size
UT_DSL-1.1.9.pom 4 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • UT_DSL_JAVA_UTL
  • UT_DSL_TEST_DUMMY_CLASSES
  • UT_DSL_PARSING
  • UT_DSL_JUNIT

Versions

Version
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