syndesisio / connectors

Apache Camel Connectors for Syndesis
Apache License 2.0
6 stars 12 forks source link

Stub test connectors #95

Open rhuss opened 6 years ago

rhuss commented 6 years ago

Mock test connectors are simple connectors which can be used at both ends of an Atlas-mapping to easily try out and test uses case.

These connectors should be easily usable during design and runtime

zregvart commented 6 years ago

I would perhaps call them stub connectors, I think this is something we could model like wiremock is modelled, that is have a REST API that controls how the connector behaves, I think this will help when used in E2E tests.