MockJax jQuery 1.3.2 jQuery 1.4.4 jQuery 1.5.2 jQuery 1.6.4 jQuery 1.7.2 jQuery 1.8.3 jQuery 1.9.1 jQuery 2.0.0 jQuery Latest (git)

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Running...
 

  1. Core: Return XMLHttpRequest object from $.ajax (0, 2, 2)Rerun
    1. XHR object is not null or undefined
    2. Got Promise methods
  2. Running Core: Intercept and proxy (sub-ajax request)
  3. Running Core: Proxy type specification
  4. Running Core: Support 1.5 $.ajax(url, settings) signature.
  5. Running Core: Dynamic response callback
  6. Running Core: Dynamic response status callback
  7. Running Core: Default Response Settings
  8. Running Core: Remove mockjax definition by id
  9. Running Core: Disable console logging
  10. Running Core: Get mocked ajax calls
  11. Running Core: Preserve context when set in jsonp ajax requet
  12. Running Core: Validate this is the $.ajax object if context is not set
  13. Running Request Property Inspection: Inspecting $.mockjax.handler(id) after request has fired
  14. Running Type Matching: Case-insensitive matching for request types
  15. Running URL Matching: Exact string
  16. Running URL Matching: Wildcard match
  17. Running URL Matching: RegEx match
  18. Running Request Data Matching: Incorrect data matching on request
  19. Running Request Data Matching: Correct data matching on request
  20. Running Request Data Matching: Correct data matching on request with empty object literals
  21. Running Request Data Matching: Correct data matching on request with arrays
  22. Running Request Data Matching: Multiple data matching requests
  23. Running Request Data Matching: Null matching on request
  24. Running Data Types: Response returns text
  25. Running Data Types: Response returns html
  26. Running Data Types: Response returns json
  27. Running Data Types: Response returns jsonp
  28. Running Data Types: Response returns jsonp and return value from ajax is a promise if supported
  29. Running Data Types: Response executes script
  30. Running Data Types: Grouping deferred responses, if supported
  31. Running Data Types: Response returns parsed XML
  32. Running Connection Simulation: Async test
  33. Running Connection Simulation: Sync test
  34. Running Connection Simulation: Response time simulation and latency
  35. Running Headers: headers can be inspected via setRequestHeader()
  36. Running Headers: Response status callback
  37. Running Headers: Setting the content-type
  38. Running Headers: Setting additional HTTP response headers
  39. Running Headers: Forcing timeout
  40. Running Headers: Forcing timeout with Promises
  41. Running Headers: Dynamic mock definition
  42. Running Headers: Dynamic mock response generation
  43. Running BugFixes: Test bug fix for $.mockjaxSettings
  44. Running BugFixes: Preserve responseText inside a response function when using jsonp and a success callback