Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

creates queue matcher dispatcher #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

creates queue matcher dispatcher #18

wants to merge 1 commit into from

Conversation

juliocbcotta
Copy link

@juliocbcotta juliocbcotta commented Jul 3, 2018

This PR creates the option to use a dispatcher based in a Queue to MockWebServer, this allows the developer to ensure the declared order of the requests in the test should be the order of the order of execution of the app requests.

  • Makes MatcherDispatcher abstract;
  • Creates QueueMatcherDispatcher and MapMatcherDispatcher;
  • Migrate instantiation of {Local, Instrumented}RequestMatcherRule using Builders;
  • Migrated MapMatcherDispatcher tests to specific test classes;
  • Created QueueMatcherDispatcher test files;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant