'How to test by junit5 a project from another project
I would like to create a web service by spring boot with Java learning tasks. I would like users to be able to upload their solutions as java classes to a web service for testing purposes.
I used to create a regular JUnit test in one project, but I have no experience in creating tests for external projects.
What is the best practices to do it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
