You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can only generate one documentation test at a time by selecting an endpoint.
Idea
We would like to be able to generate all (missing) documentation tests for a given RestController when selecting that RestController's class.
Solution
Iterate over all endpoints in the selected RestController, check whether they have a corresponding documentation test and generate it when not present.
The text was updated successfully, but these errors were encountered:
Situation
Currently, you can only generate one documentation test at a time by selecting an endpoint.
Idea
We would like to be able to generate all (missing) documentation tests for a given RestController when selecting that RestController's class.
Solution
Iterate over all endpoints in the selected RestController, check whether they have a corresponding documentation test and generate it when not present.
The text was updated successfully, but these errors were encountered: