eliasnogueira / simulations-client

This is the client project used in the simulations-test to show how we can modularise a test project.

Home Page:http://eliasnogueira.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulations client

This test project belongs to a set of projects listed bellow:

What does this project do?

This is the client project for the credit-simulator-api, and the simulations-test You need to run locally the API service to be able to run the tests.

Project structure

client

The package src/main/java/client has the SimulationsClient class where contains all the methods to interact with the API expecting the regular user scenarios and the exceptions.

exception

Custom exceptions to validate the correct return placed in the API documentation.

model

The model class and its builder.

About

This is the client project used in the simulations-test to show how we can modularise a test project.

http://eliasnogueira.com

License:MIT License


Languages

Language:Java 100.0%