• Home
  • Raw
  • Download

Lines Matching refs:TEST_CASE

114     TEST_CASE("String matchers", "[matchers]") {
126 TEST_CASE("Contains string matcher", "[.][failing][matchers]") {
131 TEST_CASE("StartsWith string matcher", "[.][failing][matchers]") {
136 TEST_CASE("EndsWith string matcher", "[.][failing][matchers]") {
141 TEST_CASE("Equals string matcher", "[.][failing][matchers]") {
146 TEST_CASE("Equals", "[matchers]") {
154 TEST_CASE("Regex string matcher -- libstdc++-4.8 workaround", "[matchers][approvals]") {
182 TEST_CASE("Regex string matcher", "[matchers][.failing]") {
188TEST_CASE("Matchers can be (AllOf) composed with the && operator", "[matchers][operators][operator…
196TEST_CASE("Matchers can be (AnyOf) composed with the || operator", "[matchers][operators][operator…
201TEST_CASE("Matchers can be composed with both && and ||", "[matchers][operators][operator||][opera…
205 TEST_CASE("Matchers can be composed with both && and || - failing",
210TEST_CASE("Matchers can be negated (Not) with the ! operator", "[matchers][operators][not]") {
214 TEST_CASE("Matchers can be negated (Not) with the ! operator - failing",
219 TEST_CASE("Vector matchers", "[matchers][vector]") {
281 TEST_CASE("Vector matchers that fail", "[matchers][vector][.][failing]") {
335 TEST_CASE("Exception matchers that succeed", "[matchers][exceptions][!throws]") {
340 TEST_CASE("Exception matchers that fail", "[matchers][exceptions][!throws][.failing]") {
356 TEST_CASE("Floating point matchers: float", "[matchers][floating-point]") {
414 TEST_CASE("Floating point matchers: double", "[matchers][floating-point]") {
469TEST_CASE("Floating point matchers that are problematic in approvals", "[approvals][matchers][floa…
482 TEST_CASE("Arbitrary predicate matcher", "[matchers][generic]") {
502 TEST_CASE("Regression test #1", "[matchers][vector]") {
511 TEST_CASE("Predicate matcher can accept const char*", "[matchers][compilation]") {
515 TEST_CASE("Vector Approx matcher", "[matchers][approx][vector]") {
541 TEST_CASE("Vector Approx matcher -- failing", "[matchers][approx][vector][.failing]") {
554 TEST_CASE("Exceptions matchers", "[matchers][exceptions][!throws]") {
562 TEST_CASE("Composed matchers are distinct", "[matchers][composed]") {