• Home
  • Raw
  • Download

Lines Matching refs:Matchers

236 Matchers.tests.cpp:<line number>: passed: 1, Predicate<int>(alwaysTrue, "always true") for: 1 match…
237 Matchers.tests.cpp:<line number>: passed: 1, !Predicate<int>(alwaysFalse, "always false") for: 1 no…
238 Matchers.tests.cpp:<line number>: passed: "Hello olleH", Predicate<std::string>( [] (std::string co…
239 Matchers.tests.cpp:<line number>: passed: "This wouldn't pass", !Predicate<std::string>( [] (std::s…
315 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), !composed1 for: "some completel…
316 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), composed2 for: "some completely…
317 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("not there", Catch::Cas…
318 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Contains("STRING") for: "this st…
343 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("Substring") for: "this…
344 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), EndsWith("this", Catch::CaseSens…
375 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'ab…
376 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Equals("this string contains 'AB…
377 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("this string contains 'AB…
378 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Equals("something else", Catch::…
386 Matchers.tests.cpp:<line number>: failed: expected exception, got none; expression was: doesNotThro…
387 Matchers.tests.cpp:<line number>: failed: expected exception, got none; expression was: doesNotThro…
388 Matchers.tests.cpp:<line number>: failed: unexpected exception with message: 'Unknown exception'; e…
389 Matchers.tests.cpp:<line number>: failed: unexpected exception with message: 'Unknown exception'; e…
390 Matchers.tests.cpp:<line number>: failed: throwsSpecialException(3), SpecialException, ExceptionMat…
391 Matchers.tests.cpp:<line number>: failed: throwsSpecialException(4), SpecialException, ExceptionMat…
392 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(1), SpecialException, ExceptionMat…
393 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, ExceptionMat…
400 Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, Message("Deri…
401 Matchers.tests.cpp:<line number>: passed: throwsDerivedException(), DerivedException, !Message("der…
402 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, !Message("De…
403 Matchers.tests.cpp:<line number>: passed: throwsSpecialException(2), SpecialException, Message("Spe…
416 Matchers.tests.cpp:<line number>: passed: 10., WithinRel(11.1, 0.1) for: 10.0 and 11.1 are within 1…
417 Matchers.tests.cpp:<line number>: passed: 10., !WithinRel(11.2, 0.1) for: 10.0 not and 11.2 are wit…
418 Matchers.tests.cpp:<line number>: passed: 1., !WithinRel(0., 0.99) for: 1.0 not and 0 are within 99…
419 Matchers.tests.cpp:<line number>: passed: -0., WithinRel(0.) for: -0.0 and 0 are within 2.22045e-12…
420 Matchers.tests.cpp:<line number>: passed: v1, WithinRel(v2) for: 0.0 and 2.22507e-308 are within 2.…
421 Matchers.tests.cpp:<line number>: passed: 1., WithinAbs(1., 0) for: 1.0 is within 0.0 of 1.0
422 Matchers.tests.cpp:<line number>: passed: 0., WithinAbs(1., 1) for: 0.0 is within 1.0 of 1.0
423 Matchers.tests.cpp:<line number>: passed: 0., !WithinAbs(1., 0.99) for: 0.0 not is within 0.99 of 1…
424 Matchers.tests.cpp:<line number>: passed: 0., !WithinAbs(1., 0.99) for: 0.0 not is within 0.99 of 1…
425 Matchers.tests.cpp:<line number>: passed: 11., !WithinAbs(10., 0.5) for: 11.0 not is within 0.5 of …
426 Matchers.tests.cpp:<line number>: passed: 10., !WithinAbs(11., 0.5) for: 10.0 not is within 0.5 of …
427 Matchers.tests.cpp:<line number>: passed: -10., WithinAbs(-10., 0.5) for: -10.0 is within 0.5 of -1…
428 Matchers.tests.cpp:<line number>: passed: -10., WithinAbs(-9.6, 0.5) for: -10.0 is within 0.5 of -9…
429 Matchers.tests.cpp:<line number>: passed: 1., WithinULP(1., 0) for: 1.0 is within 0 ULPs of 1.00000…
430 Matchers.tests.cpp:<line number>: passed: nextafter(1., 2.), WithinULP(1., 1) for: 1.0 is within 1 …
431 Matchers.tests.cpp:<line number>: passed: 0., WithinULP(nextafter(0., 1.), 1) for: 0.0 is within 1 …
432 Matchers.tests.cpp:<line number>: passed: 1., WithinULP(nextafter(1., 0.), 1) for: 1.0 is within 1 …
433 Matchers.tests.cpp:<line number>: passed: 1., !WithinULP(nextafter(1., 2.), 0) for: 1.0 not is with…
434 Matchers.tests.cpp:<line number>: passed: 1., WithinULP(1., 0) for: 1.0 is within 0 ULPs of 1.00000…
435 Matchers.tests.cpp:<line number>: passed: -0., WithinULP(0., 0) for: -0.0 is within 0 ULPs of 0.000…
436 Matchers.tests.cpp:<line number>: passed: 1., WithinAbs(1., 0.5) || WithinULP(2., 1) for: 1.0 ( is …
437 Matchers.tests.cpp:<line number>: passed: 1., WithinAbs(2., 0.5) || WithinULP(1., 0) for: 1.0 ( is …
438 Matchers.tests.cpp:<line number>: passed: 0.0001, WithinAbs(0., 0.001) || WithinRel(0., 0.1) for: 0…
439 Matchers.tests.cpp:<line number>: passed: WithinAbs(1., 0.)
440 Matchers.tests.cpp:<line number>: passed: WithinAbs(1., -1.), std::domain_error
441 Matchers.tests.cpp:<line number>: passed: WithinULP(1., 0)
442 Matchers.tests.cpp:<line number>: passed: WithinRel(1., 0.)
443 Matchers.tests.cpp:<line number>: passed: WithinRel(1., -0.2), std::domain_error
444 Matchers.tests.cpp:<line number>: passed: WithinRel(1., 1.), std::domain_error
445 Matchers.tests.cpp:<line number>: passed: 10.f, WithinRel(11.1f, 0.1f) for: 10.0f and 11.1 are with…
446 Matchers.tests.cpp:<line number>: passed: 10.f, !WithinRel(11.2f, 0.1f) for: 10.0f not and 11.2 are…
447 Matchers.tests.cpp:<line number>: passed: 1.f, !WithinRel(0.f, 0.99f) for: 1.0f not and 0 are withi…
448 Matchers.tests.cpp:<line number>: passed: -0.f, WithinRel(0.f) for: -0.0f and 0 are within 0.001192…
449 Matchers.tests.cpp:<line number>: passed: v1, WithinRel(v2) for: 0.0f and 1.17549e-38 are within 0.…
450 Matchers.tests.cpp:<line number>: passed: 1.f, WithinAbs(1.f, 0) for: 1.0f is within 0.0 of 1.0
451 Matchers.tests.cpp:<line number>: passed: 0.f, WithinAbs(1.f, 1) for: 0.0f is within 1.0 of 1.0
452 Matchers.tests.cpp:<line number>: passed: 0.f, !WithinAbs(1.f, 0.99f) for: 0.0f not is within 0.990…
453 Matchers.tests.cpp:<line number>: passed: 0.f, !WithinAbs(1.f, 0.99f) for: 0.0f not is within 0.990…
454 Matchers.tests.cpp:<line number>: passed: 0.f, WithinAbs(-0.f, 0) for: 0.0f is within 0.0 of -0.0
455 Matchers.tests.cpp:<line number>: passed: 11.f, !WithinAbs(10.f, 0.5f) for: 11.0f not is within 0.5…
456 Matchers.tests.cpp:<line number>: passed: 10.f, !WithinAbs(11.f, 0.5f) for: 10.0f not is within 0.5…
457 Matchers.tests.cpp:<line number>: passed: -10.f, WithinAbs(-10.f, 0.5f) for: -10.0f is within 0.5 o…
458 Matchers.tests.cpp:<line number>: passed: -10.f, WithinAbs(-9.6f, 0.5f) for: -10.0f is within 0.5 o…
459 Matchers.tests.cpp:<line number>: passed: 1.f, WithinULP(1.f, 0) for: 1.0f is within 0 ULPs of 1.00…
460 Matchers.tests.cpp:<line number>: passed: nextafter(1.f, 2.f), WithinULP(1.f, 1) for: 1.0f is withi…
461 Matchers.tests.cpp:<line number>: passed: 0.f, WithinULP(nextafter(0.f, 1.f), 1) for: 0.0f is withi…
462 Matchers.tests.cpp:<line number>: passed: 1.f, WithinULP(nextafter(1.f, 0.f), 1) for: 1.0f is withi…
463 Matchers.tests.cpp:<line number>: passed: 1.f, !WithinULP(nextafter(1.f, 2.f), 0) for: 1.0f not is …
464 Matchers.tests.cpp:<line number>: passed: 1.f, WithinULP(1.f, 0) for: 1.0f is within 0 ULPs of 1.00…
465 Matchers.tests.cpp:<line number>: passed: -0.f, WithinULP(0.f, 0) for: -0.0f is within 0 ULPs of 0.…
466 Matchers.tests.cpp:<line number>: passed: 1.f, WithinAbs(1.f, 0.5) || WithinULP(1.f, 1) for: 1.0f (…
467 Matchers.tests.cpp:<line number>: passed: 1.f, WithinAbs(2.f, 0.5) || WithinULP(1.f, 0) for: 1.0f (…
468 Matchers.tests.cpp:<line number>: passed: 0.0001f, WithinAbs(0.f, 0.001f) || WithinRel(0.f, 0.1f) f…
469 Matchers.tests.cpp:<line number>: passed: WithinAbs(1.f, 0.f)
470 Matchers.tests.cpp:<line number>: passed: WithinAbs(1.f, -1.f), std::domain_error
471 Matchers.tests.cpp:<line number>: passed: WithinULP(1.f, 0)
472 Matchers.tests.cpp:<line number>: passed: WithinULP(1.f, static_cast<uint64_t>(-1)), std::domain_er…
473 Matchers.tests.cpp:<line number>: passed: WithinRel(1.f, 0.f)
474 Matchers.tests.cpp:<line number>: passed: WithinRel(1.f, -0.2f), std::domain_error
475 Matchers.tests.cpp:<line number>: passed: WithinRel(1.f, 1.f), std::domain_error
772 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") && Contains("…
773 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") || Contains("…
774 Matchers.tests.cpp:<line number>: passed: testStringForMatching2(), Contains("string") || Contains(…
775 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), (Contains("string") || Contains(…
776 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), (Contains("string") || Contains(…
777 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), !Contains("different") for: "thi…
778 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), !Contains("substring") for: "thi…
1050 Matchers.tests.cpp:<line number>: passed: "foo", Predicate<const char*>([] (const char* const&) { r…
1137 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Matches("this STRING contains 'a…
1138 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Matches("contains 'abc' as a sub…
1139 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), Matches("this string contains 'a…
1140 Matchers.tests.cpp:<line number>: passed: actual, !UnorderedEquals(expected) for: { 'a', 'b' } not …
1169 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), StartsWith("This String") for: "…
1170 Matchers.tests.cpp:<line number>: failed: testStringForMatching(), StartsWith("string", Catch::Case…
1176 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string") for: "this st…
1177 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("string", Catch::CaseSe…
1178 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("abc") for: "this strin…
1179 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), Contains("aBC", Catch::CaseSensi…
1180 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), StartsWith("this") for: "this st…
1181 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), StartsWith("THIS", Catch::CaseSe…
1182 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), EndsWith("substring") for: "this…
1183 Matchers.tests.cpp:<line number>: passed: testStringForMatching(), EndsWith(" SuBsTrInG", Catch::Ca…
1519 Matchers.tests.cpp:<line number>: passed: empty, Approx(empty) for: { } is approx: { }
1520 Matchers.tests.cpp:<line number>: passed: v1, Approx(v1) for: { 1.0, 2.0, 3.0 } is approx: { 1.0, 2…
1521 Matchers.tests.cpp:<line number>: passed: v1, !Approx(temp) for: { 1.0, 2.0, 3.0 } not is approx: {…
1522 Matchers.tests.cpp:<line number>: passed: v1, !Approx(v2) for: { 1.0, 2.0, 3.0 } not is approx: { 1…
1523 Matchers.tests.cpp:<line number>: passed: v1, Approx(v2).margin(0.5) for: { 1.0, 2.0, 3.0 } is appr…
1524 Matchers.tests.cpp:<line number>: passed: v1, Approx(v2).epsilon(0.5) for: { 1.0, 2.0, 3.0 } is app…
1525 Matchers.tests.cpp:<line number>: passed: v1, Approx(v2).epsilon(0.1).scale(500) for: { 1.0, 2.0, 3…
1526 Matchers.tests.cpp:<line number>: failed: empty, Approx(t1) for: { } is approx: { 1.0, 2.0 }
1527 Matchers.tests.cpp:<line number>: failed: v1, Approx(v2) for: { 2.0, 4.0, 6.0 } is approx: { 1.0, 3…
1528 Matchers.tests.cpp:<line number>: passed: v, VectorContains(1) for: { 1, 2, 3 } Contains: 1
1529 Matchers.tests.cpp:<line number>: passed: v, VectorContains(2) for: { 1, 2, 3 } Contains: 2
1530 Matchers.tests.cpp:<line number>: passed: v, Contains(v2) for: { 1, 2, 3 } Contains: { 1, 2 }
1531 Matchers.tests.cpp:<line number>: passed: v, Contains(v2) for: { 1, 2, 3 } Contains: { 1, 2, 3 }
1532 Matchers.tests.cpp:<line number>: passed: v, Contains(empty) for: { 1, 2, 3 } Contains: { }
1533 Matchers.tests.cpp:<line number>: passed: empty, Contains(empty) for: { } Contains: { }
1534 Matchers.tests.cpp:<line number>: passed: v, VectorContains(1) && VectorContains(2) for: { 1, 2, 3 …
1535 Matchers.tests.cpp:<line number>: passed: v, Equals(v) for: { 1, 2, 3 } Equals: { 1, 2, 3 }
1536 Matchers.tests.cpp:<line number>: passed: empty, Equals(empty) for: { } Equals: { }
1537 Matchers.tests.cpp:<line number>: passed: v, Equals(v2) for: { 1, 2, 3 } Equals: { 1, 2, 3 }
1538 Matchers.tests.cpp:<line number>: passed: v, UnorderedEquals(v) for: { 1, 2, 3 } UnorderedEquals: {…
1539 Matchers.tests.cpp:<line number>: passed: empty, UnorderedEquals(empty) for: { } UnorderedEquals: …
1540 Matchers.tests.cpp:<line number>: passed: permuted, UnorderedEquals(v) for: { 1, 3, 2 } UnorderedEq…
1541 Matchers.tests.cpp:<line number>: passed: permuted, UnorderedEquals(v) for: { 2, 3, 1 } UnorderedEq…
1542 Matchers.tests.cpp:<line number>: failed: v, VectorContains(-1) for: { 1, 2, 3 } Contains: -1
1543 Matchers.tests.cpp:<line number>: failed: empty, VectorContains(1) for: { } Contains: 1
1544 Matchers.tests.cpp:<line number>: failed: empty, Contains(v) for: { } Contains: { 1, 2, 3 }
1545 Matchers.tests.cpp:<line number>: failed: v, Contains(v2) for: { 1, 2, 3 } Contains: { 1, 2, 4 }
1546 Matchers.tests.cpp:<line number>: failed: v, Equals(v2) for: { 1, 2, 3 } Equals: { 1, 2 }
1547 Matchers.tests.cpp:<line number>: failed: v2, Equals(v) for: { 1, 2 } Equals: { 1, 2, 3 }
1548 Matchers.tests.cpp:<line number>: failed: empty, Equals(v) for: { } Equals: { 1, 2, 3 }
1549 Matchers.tests.cpp:<line number>: failed: v, Equals(empty) for: { 1, 2, 3 } Equals: { }
1550 Matchers.tests.cpp:<line number>: failed: v, UnorderedEquals(empty) for: { 1, 2, 3 } UnorderedEqual…
1551 Matchers.tests.cpp:<line number>: failed: empty, UnorderedEquals(v) for: { } UnorderedEquals: { 1,…
1552 Matchers.tests.cpp:<line number>: failed: permuted, UnorderedEquals(v) for: { 1, 3 } UnorderedEqual…
1553 Matchers.tests.cpp:<line number>: failed: permuted, UnorderedEquals(v) for: { 3, 1 } UnorderedEqual…