MVN

smartrics.restfixture : smartrics-RestFixture

Maven & Gradle

Feb 01, 2017
2 usages
98 stars

RestFixture · The RestFixture is a FitNesse (http://fitnesse.org) fixture that allows developers and/or product owners to write test fixtures for REST services with simplicity in mind. The idea is to write tests that are self documenting and easy to write and read, without the need to write Java code. The fixture allows test writers to express tests as actions (any of the allowed HTTP methods) to operate on resource URIs and express expectations on the content of the return code, headers and body. All without writing one single line of Java code. And it also works as a living/executable documentation of the API.

<dependency>
    <groupId>smartrics.restfixture</groupId>
    <artifactId>smartrics-RestFixture</artifactId>
    <version>4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of smartrics.restfixture : smartrics-RestFixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4

All Versions

Choose a version of smartrics.restfixture : smartrics-RestFixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4
smartrics-RestFixture-4.4
4.3
smartrics-RestFixture-4.3
4.2
smartrics-RestFixture-4.2
4.1
smartrics-RestFixture-4.1
4.0
smartrics-RestFixture-4.0
3.1
smartrics-RestFixture-3.1
3.0
smartrics-RestFixture-3.0

How to add a dependency to Maven

Add the following smartrics.restfixture : smartrics-RestFixture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>smartrics.restfixture</groupId>
    <artifactId>smartrics-RestFixture</artifactId>
    <version>4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following smartrics.restfixture : smartrics-RestFixture gradle dependency to your build.gradle file:

implementation 'smartrics.restfixture:smartrics-RestFixture:4.4'

Gradle Kotlin DSL: Add the following smartrics.restfixture : smartrics-RestFixture gradle kotlin dependency to your build.gradle.kts file:

implementation("smartrics.restfixture:smartrics-RestFixture:4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following smartrics.restfixture : smartrics-RestFixture sbt scala dependency to your build.sbt file:

libraryDependencies += "smartrics.restfixture" % "smartrics-RestFixture" % "4.4"

Advertisement

Dependencies from Group

Discover Dependencies

May 14, 2015
1 usages
0 stars
Oct 04, 2018
2 usages
1k stars
May 14, 2015
1 usages
3 stars
Nov 11, 2015
1 usages
26 stars
Jun 04, 2016
1 usages
24 stars
Oct 14, 2015
4 usages
69 stars
Jan 17, 2022
1 usages
205 stars
May 24, 2015
1 usages
0 stars
Jun 04, 2015
2 usages
0 stars