An open API service indexing awesome lists of open source software.

https://github.com/nesoy/rest-assured-example

🧪 Introducing rest-assured
https://github.com/nesoy/rest-assured-example

testing

Last synced: about 1 year ago
JSON representation

🧪 Introducing rest-assured

Awesome Lists containing this project

README

          

## Rest-assured
#### Bookmark
-

#### [Getting Started](https://github.com/rest-assured/rest-assured/wiki/GettingStarted)
- maven

```xml

io.rest-assured
rest-assured
4.1.2
test

```

- gradle

```groovy
testImplementation 'io.rest-assured:rest-assured:4.1.2'
```

#### Notes
- Include [JsonPath](https://github.com/json-path/JsonPath)

### Rest-assured With Spring Mock MVC
#### Getting Started
- Maven
```xml

io.rest-assured
spring-mock-mvc
4.1.2
test

```
- Gradle

```groovy
testImplementation 'io.rest-assured:spring-mock-mvc:4.1.2'
```

#### To-do
- With Spring Boot
- With TestContainer

#### Reference
-
-
-
-