License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.scenarlang |
ArtifactId | ArtifactIdUT_DSL |
Last Version | Last Version1.1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionscenarlang
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 |
Filename | Size |
---|---|
UT_DSL-1.1.9.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.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"]