Home
last modified time | relevance | path

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

/plugin/indexmenu2/cms/extensions/tests/
DjsUnitCore.js1commentArg(i,I){if(argumentsIncludeComments(i,I))return I[0];return null}function nonCommentArg(i,… function
/plugin/virtualkeyboard/vk/extensions/tests/
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'…
158 …_assert(commentArg(2, arguments), var1 === var2, 'Expected ' + _displayStringForValue(var1) + ' bu…
165 …_assert(commentArg(2, arguments), var1 !== var2, 'Expected not to be ' + _displayStringForValue(va…
171 …_assert(commentArg(1, arguments), aVar === null, 'Expected ' + _displayStringForValue(null) + ' bu…
177 …_assert(commentArg(1, arguments), aVar !== null, 'Expected not to be ' + _displayStringForValue(nu…
183 …_assert(commentArg(1, arguments), aVar === top.JSUNIT_UNDEFINED_VALUE, 'Expected ' + _displayStrin…
189 …_assert(commentArg(1, arguments), aVar !== top.JSUNIT_UNDEFINED_VALUE, 'Expected not to be ' + _di…
[all …]