|
|
|
|
|
by LelouBil
1119 days ago
|
|
It depends on the tools you use. You can use tester proxies that validate all requests and responses to the specs, or you can do server code gen (with interfaces/Subclasses for example in Java) so you are forced to adhere to the specs. |
|