Skip to content

luvizzz/TestMockingMicroservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Mocking Microservices

This project aims to practice usage of testcontainers for integration tests purposes.

Application overview

Rental service

Simple crud service which connects to a database and stores information related to a customer's rental history

Lease service

Simple crud service which connects to a database and stores information related to a customer's lease history

Customer service

A service which fetches data from both Rental Service and Lease Service, aggregating the response into a single entity

Integration Test Framework

A module to test if other services are behaving and communicating as expected.

All tests depend on few docker containers which will be brought up at test run initialization.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published