From 50dc90df76d5a73d029b69f4805275e7252de34b Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 25 Apr 2016 15:47:23 +0200 Subject: [PATCH] Changed remaining StubTrigger interface name --- docs/src/docs/asciidoc/stubrunner_msg.adoc | 2 +- .../stub-runner-messaging-camel/README.adoc | 2 +- .../stub-runner-messaging-integration/README.adoc | 2 +- .../stub-runner-messaging-stream/README.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/docs/asciidoc/stubrunner_msg.adoc b/docs/src/docs/asciidoc/stubrunner_msg.adoc index 4b383c095e..28f31d6211 100644 --- a/docs/src/docs/asciidoc/stubrunner_msg.adoc +++ b/docs/src/docs/asciidoc/stubrunner_msg.adoc @@ -12,7 +12,7 @@ It also provides points of entry to integrate with any other solution on the mar === Stub triggering -To trigger a message it's enough to use the `StubTiggerer` interface: +To trigger a message it's enough to use the `StubTigger` interface: [source,groovy] ---- diff --git a/stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc b/stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc index fb579dc507..d931a61a10 100644 --- a/stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc +++ b/stub-runner/stub-runner-messaging/stub-runner-messaging-camel/README.adoc @@ -69,7 +69,7 @@ include::src/test/groovy/io/codearte/accurest/stubrunner/messaging/camel/CamelSt ===== Scenario 1 (no input message) -So as to trigger a message via the `return_book_1` label we'll use the `StubTiggerer` interface as follows +So as to trigger a message via the `return_book_1` label we'll use the `StubTigger` interface as follows [source,groovy] ---- diff --git a/stub-runner/stub-runner-messaging/stub-runner-messaging-integration/README.adoc b/stub-runner/stub-runner-messaging/stub-runner-messaging-integration/README.adoc index 0e935fe739..89c30d9dcf 100644 --- a/stub-runner/stub-runner-messaging/stub-runner-messaging-integration/README.adoc +++ b/stub-runner/stub-runner-messaging/stub-runner-messaging-integration/README.adoc @@ -77,7 +77,7 @@ include::src/test/resources/integration-context.xml[] ===== Scenario 1 (no input message) -So as to trigger a message via the `return_book_1` label we'll use the `StubTiggerer` interface as follows +So as to trigger a message via the `return_book_1` label we'll use the `StubTigger` interface as follows [source,groovy] ---- diff --git a/stub-runner/stub-runner-messaging/stub-runner-messaging-stream/README.adoc b/stub-runner/stub-runner-messaging/stub-runner-messaging-stream/README.adoc index cda8a5a32b..2201ae5f98 100644 --- a/stub-runner/stub-runner-messaging/stub-runner-messaging-stream/README.adoc +++ b/stub-runner/stub-runner-messaging/stub-runner-messaging-stream/README.adoc @@ -69,7 +69,7 @@ include::src/test/groovy/io/codearte/accurest/stubrunner/messaging/stream/Stream ===== Scenario 1 (no input message) -So as to trigger a message via the `return_book_1` label we'll use the `StubTiggerer` interface as follows +So as to trigger a message via the `return_book_1` label we'll use the `StubTigger` interface as follows [source,groovy] ----