Skip to content

juniorerico/flow-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published