/boot-testing-examples

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

Primary LanguageJava

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