evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

Feat/test binding on nonexisting service instance #26

Closed joStrauss closed 4 years ago

joStrauss commented 4 years ago

Add test that: runs PUT, DELETE and GET binding, with a service instance id that leads nowhere. Asserts that 4XX gets returned.