-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit testing to java microservices #31
Comments
Created a pull request-6 for Inventory microservice to include a plain smoke test and actuator test. |
Created a pull request-4 for Auth microservice microservice to include a plain smoke test and actuator test. |
Created a pull request-4 for the Orders microservice to include a plain smoke test and actuator test. |
Created a pull request-4 for the Catalog microservice to include a plain smoke test and actuator test. |
FYI |
Created a pull request-13 for the Customer microservice to include a plain smoke test and actuator test. |
@phemankita Can you review this when you get a chance, thanx |
@oiricaud We shd have simple tests for this to validate the app flow. For this the tests should be independent of the databases. Necessary methods can be mocked using Mockito |
Implement unit testing to all the services
The text was updated successfully, but these errors were encountered: