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

-----------------------------------------------------------------------------------------------------------------------
| Closest stub                                             | Request                                                  |
-----------------------------------------------------------------------------------------------------------------------
                                                           |
Standard and weighted custom matched stub                  |
                                                           |
POST                                                       | POST
/thing                                                     | /thing
                                                           |
Expected x                                                 | Found y                                             <<<<< Not matched due to x != y
Expected a                                                 | Found b                                             <<<<< Not matched due to a != b
Expected c                                                 | Found d                                             <<<<< Not matched due to c != d
                                                           |
-----------------------------------------------------------------------------------------------------------------------
