Open gingeleski opened 4 years ago
Currently, non-security test cases only cover a basic "standing up" of the overall application.
It would be desirable to have basic testing -- call it "functional" or "regression" -- for each REST controller.
This issue should cover testing of UserController.java.
UserController.java
Currently, non-security test cases only cover a basic "standing up" of the overall application.
It would be desirable to have basic testing -- call it "functional" or "regression" -- for each REST controller.
This issue should cover testing of
UserController.java
.