gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

Add functional testing for AdminController.java #53

Open gingeleski opened 4 years ago

gingeleski commented 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 AdminController.java.