tsarenkotxt / poc-spring-boot-dynamic-controller

Simple POC/draft of how to add a REST controller in Spring Boot at runtime.
38 stars 19 forks source link

Essential unit tests for com.example.dynamic.controller.demo #1

Closed paulkennethkent closed 4 years ago

paulkennethkent commented 4 years ago

We have written unit tests using Diffblue Cover's "Essential Tests" feature.

An Essential Test is a unit test that tests one code-path through a given method. Any objects under tests are initiated with random type-specific example data.

Please let us know any feedback you have on the tests.