Lines Matching refs:TEST

13 TEST(TemplateCharReplace, replaceOneInt)
26 TEST(TemplateCharReplace, replaceOneStr)
28 nlohmann::json j = {{"foo", "$TEST"}};
31 data["TEST"] = std::string("Test");
39 TEST(TemplateCharReplace, replaceSecondStr)
41 nlohmann::json j = {{"foo", "the $TEST"}};
44 data["TEST"] = std::string("Test");
52 TEST(TemplateCharReplace, replaceMiddleStr)
54 nlohmann::json j = {{"foo", "the $TEST worked"}};
57 data["TEST"] = std::string("Test");
65 TEST(TemplateCharReplace, replaceLastStr)
67 nlohmann::json j = {{"foo", "the Test $TEST"}};
70 data["TEST"] = 23;
78 TEST(TemplateCharReplace, increment)
80 nlohmann::json j = {{"foo", "3 plus 1 equals $TEST + 1"}};
83 data["TEST"] = 3;
91 TEST(TemplateCharReplace, decrement)
93 nlohmann::json j = {{"foo", "3 minus 1 equals $TEST - 1 !"}};
96 data["TEST"] = 3;
104 TEST(TemplateCharReplace, modulus)
106 nlohmann::json j = {{"foo", "3 mod 2 equals $TEST % 2"}};
109 data["TEST"] = 3;
117 TEST(TemplateCharReplace, multiply)
119 nlohmann::json j = {{"foo", "3 * 2 equals $TEST * 2"}};
122 data["TEST"] = 3;
130 TEST(TemplateCharReplace, divide)
132 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2"}};
135 data["TEST"] = 4;
143 TEST(TemplateCharReplace, multiMath)
145 nlohmann::json j = {{"foo", "4 * 2 % 6 equals $TEST * 2 % 6"}};
148 data["TEST"] = 4;
156 TEST(TemplateCharReplace, twoReplacements)
170 TEST(TemplateCharReplace, twoReplacementsWithMath)
172 nlohmann::json j = {{"foo", "4 / 2 equals $TEST / 2 $BAR"}};
175 data["TEST"] = 4;
183 TEST(TemplateCharReplace, twoReplacementsWithMath2)
197 TEST(TemplateCharReplace, hexAndWrongCase)
218 TEST(TemplateCharReplace, replaceSecondAsInt)
220 nlohmann::json j = {{"foo", "twelve is $TEST"}};
231 TEST(TemplateCharReplace, singleHex)
243 TEST(MatchProbe, stringEqString)
250 TEST(MatchProbe, stringRegexEqString)
257 TEST(MatchProbe, stringNeqString)
264 TEST(MatchProbe, stringRegexError)
271 TEST(MatchProbe, stringRegexNotPrefix)
280 TEST(MatchProbe, stringZeroNeqFalse)
287 TEST(MatchProbe, stringOneNeqTrue)
294 TEST(MatchProbe, stringElevenNeqTrue)
301 TEST(MatchProbe, stringFalseNeqFalse)
308 TEST(MatchProbe, stringTrueNeqTrue)
315 TEST(MatchProbe, stringFalseNeqTrue)
322 TEST(MatchProbe, stringNeqUint8)
329 TEST(MatchProbe, stringNeqUint8Overflow)
336 TEST(MatchProbe, stringFalseNeqUint8Zero)
343 TEST(MatchProbe, stringTrueNeqUint8Zero)
350 TEST(MatchProbe, stringNeqUint32)
357 TEST(MatchProbe, stringNeqInt32)
364 TEST(MatchProbe, stringRegexNeqInt32)
371 TEST(MatchProbe, stringNeqUint64)
378 TEST(MatchProbe, stringNeqDouble)
385 TEST(MatchProbe, stringNeqEmpty)
392 TEST(MatchProbe, stringNeqArray)
399 TEST(MatchProbe, boolNeqString)
406 TEST(MatchProbe, trueEqTrue)
413 TEST(MatchProbe, falseEqFalse)
420 TEST(MatchProbe, trueNeqFalse)
427 TEST(MatchProbe, trueNeqInt32Zero)
434 TEST(MatchProbe, trueNeqInt32NegativeOne)
441 TEST(MatchProbe, falseNeqUint32One)
448 TEST(MatchProbe, falseNeqUint32Zero)
455 TEST(MatchProbe, trueNeqDoubleNegativeOne)
462 TEST(MatchProbe, trueNeqDoubleOne)
469 TEST(MatchProbe, falseNeqDoubleOne)
476 TEST(MatchProbe, falseNeqDoubleZero)
483 TEST(MatchProbe, falseNeqEmpty)
490 TEST(MatchProbe, trueNeqEmpty)
497 TEST(MatchProbe, trueNeqArray)
504 TEST(MatchProbe, uintNeqString)
511 TEST(MatchProbe, uintNeqTrue)
518 TEST(MatchProbe, uintNeqFalse)
525 TEST(MatchProbe, uintEqUint8)
532 TEST(MatchProbe, uintNeqUint8)
539 TEST(MatchProbe, uintNeqUint8Overflow)
546 TEST(MatchProbe, uintEqInt8)
553 TEST(MatchProbe, uintEqDouble)
560 TEST(MatchProbe, uintNeqDouble)
567 TEST(MatchProbe, uintNeqEmpty)
574 TEST(MatchProbe, uintNeqArray)
581 TEST(MatchProbe, intNeqString)
588 TEST(MatchProbe, intNeqTrue)
595 TEST(MatchProbe, intNeqUint8)
602 TEST(MatchProbe, intEqInt8)
609 TEST(MatchProbe, intNeqDouble)
616 TEST(MatchProbe, intEqDouble)
623 TEST(MatchProbe, intNeqDoubleRound)
630 TEST(MatchProbe, intNeqEmpty)
637 TEST(MatchProbe, intNeqArray)
644 TEST(MatchProbe, doubleNeqString)
651 TEST(MatchProbe, doubleNeqFalse)
658 TEST(MatchProbe, doubleNeqTrue)
665 TEST(MatchProbe, doubleEqInt32)
672 TEST(MatchProbe, doubleNeqInt32)
679 TEST(MatchProbe, doubleRoundNeqInt)
685 TEST(MatchProbe, doubleEqDouble)
692 TEST(MatchProbe, doubleNeqDouble)
699 TEST(MatchProbe, doubleNeqEmpty)
706 TEST(MatchProbe, doubleNeqArray)
713 TEST(MatchProbe, arrayNeqString)
720 TEST(MatchProbe, arrayNeqFalse)
727 TEST(MatchProbe, arrayNeqTrue)
734 TEST(MatchProbe, arrayNeqUint8)
741 TEST(MatchProbe, arrayNeqInt32)
748 TEST(MatchProbe, arrayNeqDouble)
755 TEST(MatchProbe, arrayEqArray)
762 TEST(MatchProbe, arrayNeqArrayDiffSize1)
769 TEST(MatchProbe, arrayNeqArrayDiffSize2)
776 TEST(MatchProbe, emptyArrayEqEmptyArray)
783 TEST(MatchProbe, emptyArrayNeqArray)
790 TEST(MatchProbe, arrayNeqEmptyArray)
797 TEST(MatchProbe, objNeqString)
804 TEST(MatchProbe, objNeqFalse)
811 TEST(MatchProbe, objNeqTrue)
818 TEST(MatchProbe, objNeqUint8)
825 TEST(MatchProbe, objNeqInt32)
832 TEST(MatchProbe, objNeqDouble)
839 TEST(MatchProbe, objNeqArray)
846 TEST(MatchProbe, nullNeqString)
853 TEST(MatchProbe, nullNeqFalse)
860 TEST(MatchProbe, nullNeqTrue)
867 TEST(MatchProbe, nullNeqUint8)
874 TEST(MatchProbe, nullNeqInt32)
881 TEST(MatchProbe, nullNeqDouble)
888 TEST(MatchProbe, nullNeqArray)