Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 600 Bytes

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