Skip to main content

All Questions

Tagged with
0 votes
2 answers
114 views

What to test when testing an API? [closed]

When testing an API (with, for example, Java), what parts should I actually be testing when calling methods of my Controller class (e.g. a Spring RestController)? For example, lets say I've got a ...
rezadru's user avatar
  • 21