-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* fix #292 * add support for handling state of pattern ids * add test on augmented layout with pattern ids * finalize pattern handling: - state mgt for patterns - dispatch for wildcards (ALL,MATCH,ALLSMALLER) * finalize pattern handling: - state mgt for patterns - dispatch for wildcards (ALL,MATCH,ALLSMALLER) * finalize pattern handling: - state mgt for patterns - dispatch for wildcards (ALL,MATCH,ALLSMALLER) * remove unused dispatch() method * fix bug when udpating state for ALL/ALLSMALLER * improve testing exhaustivity by replaying a real dash app interaction - add an app with complex dash features - add a JSON record of real interactions between the client and the dash app - add a test exploiting the JSON record to test dpd client contract and state management Co-authored-by: GFJ138 <[email protected]>
- Loading branch information
1 parent
8464398
commit cddf575
Showing
7 changed files
with
1,767 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.