Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPR-14800: Refactor tests with ScriptedSubscriber #1209

Merged
merged 1 commit into from
Oct 25, 2016

Conversation

bclozel
Copy link
Member

@bclozel bclozel commented Oct 18, 2016

This PR refactors all existing tests to use this new
infrastructure and removed the TestSubscriber implementation.

This PR should be merged soon, still waiting for the latest changes on the ScriptedSubscriber for be reviewed by the reactor+spring team.

@bclozel bclozel force-pushed the SPR-14800 branch 2 times, most recently from 1057261 to a8cf02c Compare October 24, 2016 08:51
Reactor recently added the `ScriptedSubscriber` in its new
`reactor-addons` module. This `Subscriber` revissits the previous
`TestSubscriber` with many improvements, including:

* scripting each expectation
* builder API that guides you until the final verification step
* virtual time support

This commit refactor all existing tests to use this new
infrastructure and removed the `TestSubscriber` implementation.

Issue: SPR-14800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants