Part of lp.testing.matchers View In Hierarchy
This is a wrapper for HasQueryCount which does the heavy lifting on the query comparison - BrowsesWithQueryLimit simply provides convenient glue to use a userbrowser and view an object.
| Method | __init__ | Create a BrowsesWithQueryLimit checking for limit query_limit. |
| Method | match | Undocumented |
| Method | __str__ | Undocumented |
| Parameters | query_limit | The number of queries permited for the page. |
| user | The user to use to render the page. | |
| view_name | The name of the view to use to render tha page. | |
| options | Additional options for view generation eg rootsite. |