Home
last modified time | relevance | path

Searched refs:commentArg (Results 1 – 2 of 2) sorted by relevance

/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js100 function commentArg(expectedNumberOfNonCommentArgs, args) { function
131 _assert(commentArg(1, arguments), booleanValue === true, 'Call to assert(boolean) with false');
141 …_assert(commentArg(1, arguments), booleanValue === true, 'Call to assertTrue(boolean) with false');
151 …_assert(commentArg(1, arguments), booleanValue === false, 'Call to assertFalse(boolean) with true'…
165 …_assert(commentArg(2, arguments), var1 !== var2, 'Expected not to be ' + _displayStringForValue(va…
177 …_assert(commentArg(1, arguments), aVar !== null, 'Expected not to be ' + _displayStringForValue(nu…
195 _assert(commentArg(1, arguments), isNaN(aVar), 'Expected NaN');
201 _assert(commentArg(1, arguments), !isNaN(aVar), 'Expected not NaN');
209 var msg = commentArg(2, arguments)?commentArg(2, arguments):'';
243 fail(commentArg(1, arguments));
[all …]
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1commentArg(i,I){if(argumentsIncludeComments(i,I))return I[0];return null}function nonCommentArg(i,… function