
                                               Request was not matched
                                               =======================

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
Query params diff                                          |
                                                           |
PUT                                                        | PUT
[path] /thing                                              | /thing
                                                           |
Form: one = 1                                              | one: 2                                              <<<<< Form data does not match
Form: two [contains] two things                            | two: wrong things                                   <<<<< Form data does not match
Form: three [matches] [a-z]{5}                             | three: abcde
                                                           |
                                                           |
-----------------------------------------------------------------------------------------------------------------------
