alexromanov / boot-testing-examples

Currency converter / formatter project for use case of Spring Boot testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boot Test Examples

Currency converter / formatter project for use case of Spring Boot testing techniques

One of the app functionality is formatting input values in the form of two sings after decimal points - XX.YY.

It has a UI part as well as a REST API part.

UI part takes an input:

Format UI

and returns a result:

Format Result

For API part the same functionality is implemented for an "/format" endpoint:

Post Request

The result object is:

Post Response

About

Currency converter / formatter project for use case of Spring Boot testing


Languages

Language:Java 84.0%Language:HTML 16.0%