Group
Extension

Matches 1

Test-Roo-DataDriven ( R/RR/RRWO/Test-Roo-DataDriven-v0.4.2.tar.gz, RRWO, 2019; MetaCPAN )
Test-Roo-DataDriven/lib/Test/Roo/DataDriven.pm ( view source; MetaCPAN )
n be used.

For example, if the data files were in JSON format:

  MyTests->run_data_tests(
    match  => qr/\.json$/,
    parser => sub { decode_json( $_[0]->slurp_raw ) },
  );

Note that the argume

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.