Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Running...
- Core: Return XMLHttpRequest object from $.ajax (0, 2, 2)Rerun
- XHR object is not null or undefined
- Got Promise methods
- Running Core: Intercept and proxy (sub-ajax request)
- Running Core: Proxy type specification
- Running Core: Support 1.5 $.ajax(url, settings) signature.
- Running Core: Dynamic response callback
- Running Core: Dynamic response status callback
- Running Core: Default Response Settings
- Running Core: Remove mockjax definition by id
- Running Core: Disable console logging
- Running Core: Get mocked ajax calls
- Running Core: Preserve context when set in jsonp ajax requet
- Running Core: Validate this is the $.ajax object if context is not set
- Running Request Property Inspection: Inspecting $.mockjax.handler(id) after request has fired
- Running Type Matching: Case-insensitive matching for request types
- Running URL Matching: Exact string
- Running URL Matching: Wildcard match
- Running URL Matching: RegEx match
- Running Request Data Matching: Incorrect data matching on request
- Running Request Data Matching: Correct data matching on request
- Running Request Data Matching: Correct data matching on request with empty object literals
- Running Request Data Matching: Correct data matching on request with arrays
- Running Request Data Matching: Multiple data matching requests
- Running Request Data Matching: Null matching on request
- Running Data Types: Response returns text
- Running Data Types: Response returns html
- Running Data Types: Response returns json
- Running Data Types: Response returns jsonp
- Running Data Types: Response returns jsonp and return value from ajax is a promise if supported
- Running Data Types: Response executes script
- Running Data Types: Grouping deferred responses, if supported
- Running Data Types: Response returns parsed XML
- Running Connection Simulation: Async test
- Running Connection Simulation: Sync test
- Running Connection Simulation: Response time simulation and latency
- Running Headers: headers can be inspected via setRequestHeader()
- Running Headers: Response status callback
- Running Headers: Setting the content-type
- Running Headers: Setting additional HTTP response headers
- Running Headers: Forcing timeout
- Running Headers: Forcing timeout with Promises
- Running Headers: Dynamic mock definition
- Running Headers: Dynamic mock response generation
- Running BugFixes: Test bug fix for $.mockjaxSettings
- Running BugFixes: Preserve responseText inside a response function when using jsonp and a success callback