Lines Matching full:where
34 // Test where property exists in TEST()
41 // Test where property does not exist in TEST()
56 // Test where works: 0 in TEST()
63 // Test where works: 7 in TEST()
70 // Test where works: Variable specified in TEST()
78 // Test where fails: Element is not an integer in TEST()
90 // Test where fails: Value < 0 in TEST()
102 // Test where fails: Value > 7 in TEST()
114 // Test where fails: Variable specified: Value < 0 in TEST()
130 // Test where works: 0 in TEST()
137 // Test where works: 1 in TEST()
144 // Test where works: Variable specified in TEST()
152 // Test where fails: Element is not an integer in TEST()
164 // Test where fails: Value < 0 in TEST()
176 // Test where fails: Value > 1 in TEST()
188 // Test where fails: Variable specified: Not an integer in TEST()
204 // Test where works: true in TEST()
211 // Test where works: false in TEST()
218 // Test where works: Variable specified: true in TEST()
226 // Test where works: Variable specified: false in TEST()
234 // Test where fails: Element is not a boolean in TEST()
246 // Test where fails: Variable specified: Variables map not specified in TEST()
258 // Test where fails: Variable specified: Value is not a boolean in TEST()
274 // Test where works: Floating point value in TEST()
281 // Test where works: Integer value in TEST()
288 // Test where works: Variable specified: Floating point value in TEST()
296 // Test where works: Variable specified: Integer value in TEST()
304 // Test where fails: Element is not a double in TEST()
316 // Test where fails: Variable specified: Variables map not specified in TEST()
328 // Test where fails: Variable specified: Leading whitespace in TEST()
341 // Test where fails: Variable specified: Trailing whitespace in TEST()
354 // Test where fails: Variable specified: Starts with non-number character in TEST()
367 // Test where fails: Variable specified: Ends with non-number character in TEST()
380 // Test where fails: Variable specified: Not a double in TEST()
396 // Test where works: "0xFF" in TEST()
403 // Test where works: "0xff" in TEST()
410 // Test where works: "0xf" in TEST()
417 // Test where works: Variable specified in TEST()
425 // Test where fails: "0xfff" in TEST()
437 // Test where fails: "0xAG" in TEST()
449 // Test where fails: "ff" in TEST()
461 // Test where fails: "" in TEST()
473 // Test where fails: "f" in TEST()
485 // Test where fails: "0x" in TEST()
497 // Test where fails: "0Xff" in TEST()
509 // Test where fails: Variable specified: Not a hex string in TEST()
525 // Test where works in TEST()
533 // Test where works: Variables specified in TEST()
543 // Test where fails: Element is not an array in TEST()
555 // Test where fails: Variables specified: Invalid byte value in TEST()
572 // Test where works: INT8_MIN in TEST()
579 // Test where works: INT8_MAX in TEST()
586 // Test where works: Variable specified in TEST()
594 // Test where fails: Element is not an integer in TEST()
606 // Test where fails: Value < INT8_MIN in TEST()
618 // Test where fails: Value > INT8_MAX in TEST()
630 // Test where fails: Variable specified: Value > INT8_MAX in TEST()
646 // Test where works: Zero in TEST()
653 // Test where works: Positive value in TEST()
660 // Test where works: Negative value in TEST()
667 // Test where works: Variable specified: Positive value in TEST()
675 // Test where works: Variable specified: Negative value in TEST()
683 // Test where fails: Element is not a integer in TEST()
695 // Test where fails: Variable specified: Variables map not specified in TEST()
707 // Test where fails: Variable specified: Leading whitespace in TEST()
720 // Test where fails: Variable specified: Trailing whitespace in TEST()
733 // Test where fails: Variable specified: Starts with non-number character in TEST()
746 // Test where fails: Variable specified: Ends with non-number character in TEST()
759 // Test where fails: Variable specified: Not an integer in TEST()
775 // Test where works: Empty string in TEST()
782 // Test where works: Non-empty string in TEST()
789 // Test where works: Variable specified: Empty string in TEST()
797 // Test where works: Variable specified: Non-empty string in TEST()
805 // Test where fails: Element is not a string in TEST()
817 // Test where fails: Empty string in TEST()
829 // Test where fails: Variable specified: Empty string in TEST()
842 // Test where fails: Variable specified: Variable not defined in TEST()
858 // Test where works: 0 in TEST()
865 // Test where works: UINT8_MAX in TEST()
872 // Test where works: Variable specified in TEST()
880 // Test where fails: Element is not an integer in TEST()
892 // Test where fails: Value < 0 in TEST()
904 // Test where fails: Value > UINT8_MAX in TEST()
916 // Test where fails: Variable specified: Value > UINT8_MAX in TEST()
932 // Test where works: 0 in TEST()
939 // Test where works: UINT16_MAX in TEST()
946 // Test where works: Variable specified in TEST()
954 // Test where fails: Element is not an integer in TEST()
966 // Test where fails: Value < 0 in TEST()
978 // Test where fails: Value > UINT16_MAX in TEST()
990 // Test where fails: Variable specified: Value > UINT16_MAX in TEST()
1006 // Test where works: 1 in TEST()
1013 // Test where works: Variable specified in TEST()
1021 // Test where fails: Element is not an integer in TEST()
1033 // Test where fails: Value < 0 in TEST()
1045 // Test where fails: Variable specified: Value < 0 in TEST()
1061 // Test where element is an array in TEST()
1067 // Test where element is not an array in TEST()
1082 // Test where element is an object in TEST()
1088 // Test where element is not an object in TEST()
1103 // Test where element has expected number of properties in TEST()
1114 // Test where element has unexpected number of properties in TEST()
1135 // Test where works: Single variable: Variable is entire value: Lower case in TEST()
1144 // Test where works: Multiple variables: Variables are part of value: Upper in TEST()
1155 // Test where works: Variable at start of value: Number in variable name in TEST()
1163 // Test where works: Variable at end of value in TEST()
1172 // Test where works: Variable has empty value: Start of value in TEST()
1180 // Test where works: Variable has empty value: Middle of value in TEST()
1188 // Test where works: Variable has empty value: End of value in TEST()
1197 // Test where works: No variables specified in TEST()
1205 // Test where works: Nested variable expansion in TEST()
1214 // Test where fails: Variables map is empty in TEST()
1222 // Test where fails: Variable missing $ in TEST()
1230 // Test where fails: Variable missing { in TEST()
1238 // Test where fails: Variable missing } in TEST()
1246 // Test where fails: Variable missing name in TEST()
1254 // Test where fails: Variable name has invalid characters in TEST()
1262 // Test where fails: Variable has unexpected whitespace in TEST()
1270 // Test where fails: Undefined variable in TEST()