QUnit 2.5.0; Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Running: Core : Intercept asynchronized proxy calls
Abort
Core : Return XMLHttpRequest object from $.ajax (2) Rerun 4 ms XHR object is not null or undefined @ 4 ms Got Promise methods @ 4 ms Source: at http://3.109.9.210/beta/node_modules/jquery-mockjax/test/test-core.js:10:2
at http://3.109.9.210/beta/node_modules/jquery-mockjax/test/test-core.js:663:3
Core : Intercept synchronized proxy calls and return synchronously (1) Rerun 207 ms Proxy callback request succeeded @ 207 ms Source: at http://3.109.9.210/beta/node_modules/jquery-mockjax/test/test-core.js:28:2
at http://3.109.9.210/beta/node_modules/jquery-mockjax/test/test-core.js:663:3
Core : Intercept asynchronized proxy calls Rerun Core : Intercept proxy calls for XML Rerun Core : Intercept and proxy (sub-ajax request) Rerun Core : Proxy type specification Rerun Core : Support 1.5 $.ajax(url, settings) signature. Rerun Core : Dynamic response callback Rerun Core : Dynamic asynchronous response callback Rerun Core : Success callback should have access to xhr object Rerun Core : Dynamic response status callback Rerun Core : Dynamic response status callback - list of statuses as an array (mix of successes and failures) Rerun Core : Default Response Settings Rerun Core : Throw new error when throwUnmocked is set to true and unmocked ajax calls are fired Rerun Core : Get unfired handlers Rerun Core : Get unfired handlers after calling mockjax.clear Rerun Core : Response settings correct using PUT method Rerun Core : Preserve context when set in jsonp ajax requet Rerun Core : Validate this is the $.ajax object if context is not set Rerun Core : Dynamic mock definition Rerun Core : Dynamic mock response generation Rerun Core : Case-insensitive matching for request types Rerun Core : Inspecting $.mockjax.handler(id) after request has fired Rerun Core : Inspecting $.mockjax.handlers() for type and length Rerun Core : Testing $.mockjax.handlers() after clearing Rerun Core : Inspecting $.mockjax() with multiple mocks argument Rerun Core : Inspecting $.mockjax() with empty multiple mocks argument Rerun Core : Inspecting $.mockjax() with null in multiple mocks argument Rerun Core : Inspecting $.mockjax() with multiple mocks argument and reset handler Rerun Request Data Matching : Incorrect data matching on request Rerun Request Data Matching : Correct data matching on request Rerun Request Data Matching : Correct data matching on request - request can have additional properties Rerun Request Data Matching : Bug #80: Correct data matching on request with empty object literals Rerun Request Data Matching : Correct matching on request without data and mocks with and without data but same url Rerun Request Data Matching : Bug #68: Incorrect data matching on request with arrays Rerun Request Data Matching : Correct data matching on request with arrays Rerun Request Data Matching : Multiple data matching requests Rerun Request Data Matching : Multiple data matching requests with data function Rerun Request Data Matching : Bug #106: Null matching on request Rerun Request Data Matching : Bug #123: match data in query format Rerun Request Data Matching : Bug #123: match data in query format (two params) Rerun Request Data Matching : Bug #123: don't match data in query format when not matching Rerun Request Data Matching : Bug #123: match data in query format (array of params) Rerun Data Types : Response returns text Rerun Data Types : Response returns html Rerun Data Types : Response returns json Rerun Data Types : Response returns jsonp Rerun Data Types : Response returns jsonp and return value from ajax is a promise if supported Rerun Data Types : Response executes script Rerun Data Types : Grouping deferred responses, if supported Rerun Data Types : Response returns parsed XML Rerun Headers Matching : Not equal headers Rerun Headers Matching : Not equal headers values Rerun Headers Matching : Not equal multiple headers Rerun Headers Matching : Exact headers keys and values Rerun Headers Matching : Exact multiple headers keys and values Rerun URL Matching : Exact string Rerun URL Matching : Wildcard match Rerun URL Matching : RegEx match Rerun Match Order : Match backward: 1 handler Rerun Match Order : Match forward: 1 handler Rerun Match Order : Match backward: first handler matches Rerun Match Order : Match forward: first handler matches Rerun Match Order : Match backward: last handler matches Rerun Match Order : Match forward: last handler matches Rerun Match Order : Match backward: 0 matching handlers (of multiple) Rerun Match Order : Match forward: 0 matching handlers (of multiple) Rerun Match Order : Match backward: first and second matching handlers Rerun Match Order : Match forward: first and second matching handlers Rerun Match Order : Match backward: second and third matching handlers Rerun Match Order : Match forward: second and third matching handlers Rerun Match Order : Match backward: first and third matching handlers Rerun Match Order : Match forward: first and third matching handlers Rerun Headers : headers can be inspected via setRequestHeader() Rerun Headers : Response status callback Rerun Headers : Setting the content-type Rerun Headers : Setting additional HTTP response headers Rerun Headers : Testing that request headers do not overwrite response headers Rerun Headers : Handle 301 redirect with NO mock set for second location Rerun Headers : Handle 302 redirect with NO mock set for second location Rerun Headers : Handle 301 redirect with another mock set for second location Rerun Headers : Should not redirect on 301 without Location header Rerun Headers : Should not redirect on POST request Rerun Mock Handler Clearing : Remove mockjax definition by url Rerun Mock Handler Clearing : Remove mockjax definition by url (no default handler) Rerun Mock Handler Clearing : Attempt to clear a non-existent but similar url Rerun Mock Handler Clearing : Remove mockjax definition, but not a subpath Rerun Mock Handler Clearing : Remove mockjax definition by RegExp Rerun Mock Handler Clearing : Remove several mockjax definition by RegExp Rerun Mock Handler Clearing : Remove mockjax definition by id Rerun Mock Handler Clearing : Clearing mockjax removes all handlers Rerun Retaining Ajax Calls : Setting defaults Rerun Retaining Ajax Calls : Mocked GET request is properly retained when retainAjaxCalls is set to true Rerun Retaining Ajax Calls : Mocked POST request (with data) is properly retained when retainAjaxCalls is set to true Rerun Retaining Ajax Calls : Mocked JSONP GET request is properly retained when retainAjaxCalls is set to true Rerun Retaining Ajax Calls : Multiple mocked calls are properly retained and stored in call order Rerun Retaining Ajax Calls : Mocked calls are not retained when retainAjaxCalls is set to false Rerun Retaining Ajax Calls : Unmocked calls are properly retained when retainAjaxCalls is true and throwUnmocked is false Rerun Retaining Ajax Calls : Unmocked calls are not retained when retainAjaxCalls is set to false Rerun Retaining Ajax Calls : Clearing retained mocked calls via clearRetainedAjaxCalls Rerun Retaining Ajax Calls : Clearing retained unmocked calls via clearRetainedAjaxCalls Rerun Retaining Ajax Calls : Clearing retained mocked calls via clear Rerun Retaining Ajax Calls : Clearing retained unmocked calls via clear Rerun Retaining Ajax Calls : unmockedAjaxCalls is (and remains) empty when no unmocked ajax calls have occurred Rerun Retaining Ajax Calls : mockedAjaxCalls is (and remains) empty when no mocked ajax calls have occurred Rerun namespace : url should be namespaced via global mockjax settings Rerun namespace : url (RegExp) should be namespaced via global mockjax settings Rerun namespace : should be able to override global namespace per-mock Rerun namespace : should be able to override global namespace per-mock (RegExp) Rerun namespace : should not mock a non-matching url within a namespace Rerun namespace : should not mock a non-matching (RegExp) url within a namespace Rerun namespace : should handle multiple mocks in a row within a namespace Rerun namespace : should handle multiple mocks in a row within a namespace (RegExp) Rerun namespace : should handle pattern without "^" start character (RegExp) Rerun namespace : should pass the correct url to the response settings Rerun namespace : should pass the correct url to the response settings (RegExp) Rerun namespace : should handle extra slashes Rerun namespace : should handle extra slashes (RegExp) Rerun namespace : should handle missing slashes Rerun namespace : should handle missing slashes (RegExp) Rerun namespace : should pass url to response settings using http:// Rerun namespace : should pass (RegExp) url to response settings using http:// Rerun namespace : should pass http:// url with trailing / to response Rerun namespace : should pass http:// (RegExp) url with trailing / to response Rerun namespace : should handle the same mock multiple times in a namespace Rerun namespace : should handle the same mock multiple times in a namespace (RegExp) Rerun namespace : should be able to declare no namespace on individual mock Rerun namespace : should be able to declare no namespace on individual mock (RegExp) Rerun Logging : Default log handler (window.console) Rerun Logging : Logging with high level Rerun Logging : Logging with low level Rerun Logging : Custom (deprecated) log handler Rerun Logging : Disable logging via `logging: false` Rerun Logging : Disable logging per mock via `logging: false` Rerun Connection Simulation : Async test Rerun Connection Simulation : Sync test Rerun Connection Simulation : Response time simulation and latency Rerun Connection Simulation : Response time with jsonp Rerun Connection Simulation : Response time with jsonp deferred response Rerun Connection Simulation : Response time with min and max values Rerun Connection Simulation : Proxy asynchronous response time Rerun Timeouts : Forcing timeout Rerun Timeouts : Forcing timeout with Promises Rerun Miscellaneous Bug Tests : Test bug fix for $.mockjaxSettings Rerun Miscellaneous Bug Tests : Preserve responseText inside a response function when using jsonp and a success callback Rerun Miscellaneous Bug Tests : Custom status when using proxy Rerun Miscellaneous Bug Tests : Call onAfterSuccess after success has been called Rerun Miscellaneous Bug Tests : Call onAfterError after error has been called Rerun Miscellaneous Bug Tests : Call onAfterComplete after complete has been called Rerun Miscellaneous Bug Tests : Bug #95: undefined responseText on success Rerun Miscellaneous Bug Tests : alias type to method Rerun Miscellaneous Bug Tests : Bug #26: jsonp mock fails with remote URL and proxy Rerun Miscellaneous Bug Tests : Bug #254: subsequent timeouts Rerun Miscellaneous Bug Tests : Bug #136: cross domain script requests - GET Rerun Miscellaneous Bug Tests : Bug #136: cross domain script requests - POST Rerun Miscellaneous Bug Tests : Bug #86: JSONP response treated as plain JSON when using jQuery-generated callback Rerun Miscellaneous Bug Tests : Bug #86: JSONP response treated as plain JSON - string data Rerun Miscellaneous Bug Tests : Bug #86: JSONP response treated as plain JSON - numeric data Rerun Miscellaneous Bug Tests : Bug #267: handle undefined url in first arg Rerun