wyz.code.metaTesting: Wizardry Code Meta Testing

Meta testing is the ability to test a function without having to provide its parameter values. Those values will be generated, based on semantic naming of parameters, as introduced by package 'wyz.code.offensiveProgramming'. Value generation logic can be completed with your own data types and generation schemes. This to meet your most specific requirements and to answer to a wide variety of usages, from general use case to very specific ones. While using meta testing, it becomes easier to generate stress test campaigns, non-regression test campaigns and robustness test campaigns, as generated tests can be saved and reused from session to session. Main benefits of using 'wyz.code.metaTesting' is ability to discover valid and invalid function parameter combinations, ability to infer valid parameter values, and to provide smart summaries that allows you to focus on dysfunctional cases.

Version: 1.1.22
Depends: R (≥ 4.0)
Imports: methods, data.table (≥ 1.11.8), tidyr, wyz.code.offensiveProgramming (≥ 1.1.22), crayon, utils, stats
Suggests: testthat, knitr, rmarkdown
Published: 2023-09-25
Author: Fabien Gelineau
Maintainer: Fabien Gelineau <neonira at gmail.com>
License: GPL-3
URL: https://neonira.github.io/offensiveProgrammingBook_v1.2.2/
NeedsCompilation: no
CRAN checks: wyz.code.metaTesting results

Documentation:

Reference manual: wyz.code.metaTesting.pdf
Vignettes: wyz.code.metaTesting releases

Downloads:

Package source: wyz.code.metaTesting_1.1.22.tar.gz
Windows binaries: r-devel: wyz.code.metaTesting_1.1.22.zip, r-release: wyz.code.metaTesting_1.1.22.zip, r-oldrel: wyz.code.metaTesting_1.1.22.zip
macOS binaries: r-release (arm64): wyz.code.metaTesting_1.1.22.tgz, r-oldrel (arm64): wyz.code.metaTesting_1.1.22.tgz, r-release (x86_64): wyz.code.metaTesting_1.1.22.tgz
Old sources: wyz.code.metaTesting archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=wyz.code.metaTesting to link to this page.