Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 612 Bytes

Challenges

In order to complete the challenges ahead, you need to previously install the Flow Framework. To do that, please run the following commands in the command line:

git clone https://github.com/rafaelspinto/flow
cd flow
mvn install

1. Email Test

Scenario: User sends a message to a Message Server.

Implement code in so that the following Acceptance Criteria is met:

Given A User sends an "hello" message
When The message is converted by the Adapter
Then The Message server should contain the "hello" message in the queue