Lines Matching refs:REQUIRE
63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result);
64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty);
89 REQUIRE(asString(test.input, test.separator) == test.result);
92 REQUIRE(asString(test.input) == test.resultNoSep);
123 REQUIRE(asString(test.input, test.keyValueSep, test.itemSep) == test.result);
124 REQUIRE(asString(test.input, test.keyValueSep) == test.resultNoKeyValueSep);
125 REQUIRE(asString(test.input) == test.resultNoSep);
201 REQUIRE(sizeof(float) == sizeof(uint32_t));
202 REQUIRE(std::numeric_limits<float>::is_iec559);
210 REQUIRE(sizeof(double) == sizeof(uint64_t));
211 REQUIRE(std::numeric_limits<double>::is_iec559);