Skip to content

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

Notifications You must be signed in to change notification settings

alexromanov/boot-testing-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published