The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::Data::Array"

Test::Data::Array - test functions for array variables River stage one • 4 direct dependents • 5 total dependents

Functions array_any_ok( ITEM, ARRAY [, NAME] ) Ok if any element of ARRAY is ITEM. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over without closing =back...

BRIANDFOY/Test-Data-1.246 - 09 Mar 2024 01:43:42 UTC

ArrayData::Test::Source::Array - Alias package for ArrayData::Array River stage two • 8 direct dependents • 11 total dependents

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC

HashData::Test::Source::Array - Alias package for HashData::Array River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/HashDataRoles-Standard-0.003 - 25 Jan 2024 00:06:33 UTC

ArrayData::Test::Spec::Basic - A test array data River stage two • 3 direct dependents • 13 total dependents

PERLANCAR/ArrayData-0.2.6 - 16 Jan 2024 10:42:01 UTC

ArrayData::Test::Source::DBI - Alias package for ArrayData::DBI River stage two • 8 direct dependents • 11 total dependents

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC

ArrayData::Test::Source::Iterator - A test ArrayData module River stage two • 8 direct dependents • 11 total dependents

new Create object. Usage: my $ary = ArrayData::Test::Source::Iterator->new(%args); Known arguments: * num_elems Positive int. Default is 10. * random Bool. Default is 0....

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC

ArrayData::Test::Source::LinesInFile - Alias package for ArrayData::LinesInFile River stage two • 8 direct dependents • 11 total dependents

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC

ArrayData::Test::Source::LinesInDATA - A test ArrayData module River stage two • 8 direct dependents • 11 total dependents

PERLANCAR/ArrayDataRoles-Standard-0.009 - 23 Feb 2024 01:54:11 UTC

Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality River stage one • 1 direct dependent • 1 total dependent

With Test::PDL, you can compare two ndarrays for equality. The comparison is performed as thoroughly as possible, comparing types, dimensions, bad value patterns, and finally the values themselves. The exact behaviour can be configured by setting cer...

ETJ/Test-PDL-0.20 - 26 Feb 2022 21:27:36 UTC

Test::Type - Functions to validate data types in test files. River stage two • 13 direct dependents • 28 total dependents

AUBERTG/Test-Type-v1.3.0 - 23 Mar 2017 06:33:02 UTC

Test::Bits - Provides a bits_is() subroutine for testing binary data River stage one • 2 direct dependents • 3 total dependents

This module provides a single subroutine, "bits_is()", for testing binary data. This module is quite similar to Test::BinaryData and Test::HexString in concept. The difference is that this module shows failure diagnostics in a different way, and has ...

DROLSKY/Test-Bits-0.02 - 13 Jun 2013 21:31:43 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Net-Netid-0.02 - 04 Aug 2003 21:25:45 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Proc-Command-0.04 - 27 Jul 2003 17:24:58 UTC

Test::Tech - adds skip_tests and test data structures capabilities to the "Test" module River stage zero No dependents

The "Test::Tech" module extends the capabilities of the "Test" module. The design is simple. The "Test::Tech" module loads the "Test" module without exporting any "Test" subroutines into the "Test::Tech" namespace. There is a "Test::Tech" cover subro...

SOFTDIA/Test-Tech-0.26 - 21 May 2004 02:58:26 UTC

Test::Mimic - Perl module for automatic package and object mocking via recorded data. River stage zero No dependents

Test::Mimic allows one to easily mock a package by first recording its behavior and then playing it back. All that is required is to use Test::Mimic prior to loading the real packages and then run the desired program. The first run will be the record...

BRENDAN/Test-Mimic-0.009007 - 04 Dec 2009 01:03:14 UTC

Test::Cmd - Perl module for portable testing of commands and scripts River stage two • 13 direct dependents • 35 total dependents

The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...

NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC

Test::Data - test functions for particular variable types River stage one • 4 direct dependents • 5 total dependents

Test::Data provides utility functions to check properties and values of data and variables....

BRIANDFOY/Test-Data-1.246 - 09 Mar 2024 01:43:42 UTC

Test::Ranger - Test with data tables, capturing, templates River stage zero No dependents

*The computer should be doing the hard work.* *That's what it's paid to do, after all.* -- Larry Wall This is a comprehensive testing module compatible with Test::More and friends within TAP::Harness. Helper scripts and templates are included to make...

XIONG/Test-Ranger-v0.0.4 - 15 Sep 2010 22:49:08 UTC

Test::Nginx - Data-driven test scaffold for Nginx C module and Nginx/OpenResty-based libraries and applications River stage one • 1 direct dependent • 1 total dependent

This distribution provides two testing modules for Nginx C module development: * Test::Nginx::Socket (This is highly recommended.) This library also has the following subclasses: * Test::Nginx::Socket::Lua * Test::Nginx::Socket::Lua::Stream * Test::N...

AGENT/Test-Nginx-0.30 - 31 May 2022 17:51:32 UTC

Test::Chunks - A Data Driven Testing Framework River stage zero No dependents

There are many testing situations where you have a set of inputs and a set of expected outputs and you want to make sure your process turns each input chunk into the corresponding output chunk. Test::Chunks allows you do this with a minimal amount of...

INGY/Test-Chunks-0.39 - 12 Jun 2005 09:57:22 UTC
168 results (0.096 seconds)