camunda/connector-template-inbound

Add test examples

Opened this issue · 0 comments

What should we do?

Add an example of how we can use the functionality provided by connector-test dependency to test custom inbound connector implementations. In particular, the examples should make use of InboundConnectorContextBuilder from connector-test, and be similar to the tests defined in the outbound connector template repository.

Why should we do it?

To make it clear how to test inbound connectors.