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

https://github.com/danisimov/gassert

Simple json assertions for testing frameworks.
https://github.com/danisimov/gassert

java qa qaautomation qatools testing

Last synced: 2 months ago
JSON representation

Simple json assertions for testing frameworks.

Awesome Lists containing this project

README

          

# Gassert
This library will help you to build assertions for JSON-RPC API. It will make your assertions easy to write and maintain, as well as reduce it's complexity.
Json managing is based on Gson, while assertions on TestNG.

[APIDocs](docs/apidocs/index.html)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.danisimov/gassert/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.danisimov/gassert)
[![pages-build-deployment](https://github.com/danisimov/gassert/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/danisimov/gassert/actions/workflows/pages/pages-build-deployment)