ITV / scala-pact

A Scala implementation of CDC using the Pact standard
Other
107 stars 54 forks source link

Verify with ssl #79

Closed phil-rice closed 6 years ago

phil-rice commented 6 years ago

This adds some ability to validate where the providers require SSL, and adds a configurable stubber that can stub with or without SSL, with or without client authentication and can selectively only mock some providers. The stubber can launch multiple stubbers at once.

There are a number of modifiers to methods to make Java interop a little easier (at ING around 95% of the projects that will be using this are Java).