Home
last modified time | relevance | path

Searched refs:expect_match (Results 176 – 200 of 221) sorted by relevance

123456789

/dports/devel/R-cran-remotes/remotes/tests/testthat/
H A Dtest-download.R54 expect_match(paste(readLines(tmp, warn = FALSE), collapse = "\n"), "origin")
66 expect_match(
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/
H A D0033-regex_subscribe.c64 static void expect_match (struct expect *exp, in expect_match() function
135 expect_match(exp, parts); in rebalance_cb()
/dports/devel/R-cran-pkgbuild/pkgbuild/tests/testthat/
H A Dtest-build-process.r103 expect_match(out, "* building", fixed = TRUE)
/dports/devel/R-cran-testthat/testthat/man/
H A Dlogical-expectations.Rd56 \code{\link{expect_match}()},
H A Dexpect_reference.Rd57 \code{\link{expect_match}()},
H A Dexpect_named.Rd60 \code{\link{expect_match}()},
H A Dinheritance-expectations.Rd72 \code{\link{expect_match}()},
H A Dequality-expectations.Rd90 \code{\link{expect_match}()},
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0033-regex_subscribe.c64 static void expect_match (struct expect *exp, in expect_match() function
135 expect_match(exp, parts); in rebalance_cb()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parser/test/
H A Dunit_tests.cpp151 const std::string& expect_match = *it; in test_regex_reader() local
152 TEUCHOS_ASSERT(accepts(result, expect_match, 42)); in test_regex_reader()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0033-regex_subscribe.c64 static void expect_match (struct expect *exp, in expect_match() function
135 expect_match(exp, parts); in rebalance_cb()
/dports/devel/R-cran-cli/cli/tests/testthat/
H A Dtest-progress-client.R40 expect_match(out, "created.*added.*updated.*terminated")
/dports/devel/R-cran-pkgcache/pkgcache/tests/async/
H A Dtest-call-function.R115 expect_match(res[[4]]$message, "nope")
/dports/devel/R-cran-roxygen2/roxygen2/tests/testthat/
H A Dtest-markdown-link.R16 expect_match(
H A Dtest-rd-includermd.R256 expect_match(format(out1), "Rmd.*After.*After2")
/dports/devel/R-cran-rlang/rlang/tests/testthat/
H A Dtest-cnd-abort.R65 expect_match(format_onerror_backtrace(error_cnd(trace = trace)), "foo.*bar")
H A Dtest-cnd-entrace.R159 expect_match(deparse(last), "bar")
/dports/devel/R-cran-usethis/usethis/tests/testthat/
H A Dtest-course.R250 expect_match(make_filename(NULL), "^file[0-9a-z]+$")
/dports/devel/R-cran-desc/desc/tests/testthat/
H A Dtest-deps.R230 expect_match(
/dports/devel/spark/spark-2.1.1/R/pkg/inst/tests/testthat/
H A Dtest_context.R160 expect_match(processSparkJars(f), f)
H A Dtest_mllib.R112 expect_match(out[2], "Deviance Residuals:")
1014 expect_match(capture.output(stats)[1], "Kolmogorov-Smirnov test summary:")
1023 expect_match(capture.output(stats)[1], "Kolmogorov-Smirnov test summary:")
1027 expect_match(printStats[1], "Kolmogorov-Smirnov test summary:")
1028 expect_match(printStats[5],
/dports/textproc/R-cran-sass/sass/tests/testthat/
H A Dtest-cache.R170 expect_match(output1, ".min.css$")
/dports/math/R-cran-forecast/forecast/tests/testthat/
H A Dtest-arima.R115 expect_match(as.character(auto.arima(woolyrnq)), regexp = "ARIMA")
/dports/security/R-cran-gitcreds/gitcreds/tests/testthat/
H A Dtest-utils.R212 expect_match(conditionMessage(err), "System git failed:.*qwertyzxcvbn")
/dports/devel/R-cran-testthat/testthat/
H A DNAMESPACE101 export(expect_match)

123456789