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

Search results for "module:Test::Database::Handle"

Test::Database::Handle - A class for Test::Database handles River stage two • 11 direct dependents • 30 total dependents

Test::Database::Handle is a very simple class for encapsulating the information about a test database handle. Test::Database::Handle objects are used within a test script to obtain the necessary information about a test database handle. Handles are o...

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

Test::DBUnit - Database testing framework. River stage one • 1 direct dependent • 1 total dependent

Database testing framework that covers both black-box testing and clear-box(white-box) testing. Black-box testing allows you to verify that your database data match expected set of values. This dataset comes either from tables, views, stored procedur...

ADRIANWIT/Test-DBUnit-0.20 - 21 Feb 2009 01:41:18 UTC

Test::WithDB - Framework for testing application using database River stage two • 11 direct dependents • 85 total dependents

This class ("Test::WithDB", or TWDB for short) provides a simple framework for testing application that requires database. It is meant to work with Test::More (or to be more exact, any Test::Builder-based module). It offers an easy way to create rand...

PERLANCAR/Test-WithDB-0.100 - 10 May 2018 07:15:08 UTC

Test::Database - Database handles ready for testing River stage two • 11 direct dependents • 30 total dependents

Test::Database provides a simple way for test authors to request a test database, without worrying about environment variables or the test host configuration. See SYNOPSIS for typical usage. See Test::Database::Tutorial for more detailed explanations...

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC

DBI::Test - Test suite for DBI API River stage zero No dependents

This module aims to be a test suite for the DBI API and an underlying DBD driver, to check if the provided functionality is working and complete. Part of this module is the ability for self-testing using *DBI::Mock*. This is not designed to be anothe...

REHSACK/DBI-Test-0.001 - 06 Aug 2013 08:25:12 UTC

Test::CVE - Test against known CVE's River stage zero No dependents

Test::CVE provides functionality to test a (CPAN)release or a single (perl) script against known CVE's It enables checking the current release only or include its prereqs too. Functions and methods new my $cve = Test::CVE->new ( verbose => 0, deps =>...

HMBRAND/Test-CVE-0.05 - 10 Apr 2024 06:36:11 UTC

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC

Test::Easy - facilitates easy testing patterns River stage one • 5 direct dependents • 7 total dependents

I prefer working in a test driven development environment. One of the downsides of having a large test suite is that test files often grow into monstrosities: it's often easier to plug some new little testblock into an existing file, or stick some ne...

BELDEN/Test-Easy-1.11 - 08 Jul 2015 21:03:20 UTC

Daizu::Test - functions for use by the test suite River stage zero No dependents

The functions defined in here are only really useful for testing Daizu CMS. This stuff is used by the test suite, in particular "t/00setup.t" which creates a test database and repository....

GEOFFR/Daizu-0.3 - 26 Nov 2006 20:55:55 UTC

Test::NoTty River stage zero No dependents

Test your code that handles failure to open /dev/tty On a *nix system the special file /dev/tty always exists, and opening it gives you a(nother) file handle attached to your controlling terminal. This is useful if you want direct user input, such as...

NWCLARK/Test-NoTty-0.03 - 20 Mar 2023 10:59:39 UTC

Test::SQLite - SQLite setup/teardown for tests River stage one • 1 direct dependent • 1 total dependent

"Test::SQLite" is inspired by Test::PostgreSQL and Test::mysqld, and creates a temporary sqlite database to use in tests. This module will also return the database dbh handle, dsn connection string, and db_attrs connection attributes....

GENE/Test-SQLite-0.0410 - 27 Oct 2022 00:44:59 UTC

Test::Inline - Embed your tests in your code, next to what is being tested River stage one • 5 direct dependents • 7 total dependents

Embedding tests allows tests to be placed near the code being tested. This is a nice supplement to the traditional .t files. How does it work? "Test::Inline" lets you write small fragments of general or function-specific testing code, and insert it a...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::DatabaseRow - simple database tests River stage one • 8 direct dependents • 8 total dependents

This is a simple module for doing simple tests on a database, primarily designed to test if a row exists with the correct details in a table or not. This module exports several functions. row_ok The "row_ok" function takes named attributes that contr...

MARKF/Test-DatabaseRow-2.04 - 06 Jul 2014 22:13:51 UTC

Test::Pockito - Inspired by Mockito, a library to build mock objects for test driven development River stage zero No dependents

A mock object is a thing that imitates something else that may be hard to setup or can be brittle. Examples of such are databases, network connections, and things deemed non trivial that may involve state. The following is an overly complicated class...

EXUSSUM/Test-Pockito-0.02 - 27 Jul 2010 20:04:16 UTC

Test::OpenLDAP - Creates a temporary instance of OpenLDAP's slapd daemon to run tests against. River stage zero No dependents

This module allows easy creation and tear down of a OpenLDAP slapd instance. When the variable goes out of scope, the slapd instance is torn down and the file system objects it relies on are removed....

DDICK/Test-OpenLDAP-0.72 - 29 Jun 2022 11:07:19 UTC

Test::ZeroCopy - Test that two strings share the same memory River stage zero No dependents

FRACTAL/Test-ZeroCopy-0.110 - 30 Oct 2014 04:28:12 UTC

Test::TempDatabase - temporary database creation and destruction. River stage one • 6 direct dependents • 7 total dependents

This module automates creation and dropping of test databases....

BOSU/Test-TempDatabase-0.16 - 16 May 2010 20:44:57 UTC

Test::Presenter - A module for results Presentation. River stage zero No dependents

Test::Presenter is is used to create the initial Test::Presenter object for use in processing various test results. Test::Presenter operates around the DBXml database from Sleepycat Software. DBXml was used due to it's support for both XQuery and XPa...

MARKWKM/Test-Presenter-0.5 - 08 Jul 2008 06:25:42 UTC

Test::Spec::Mocks - Object Simulation Plugin for Test::Spec River stage two • 54 direct dependents • 76 total dependents

Test::Spec::Mocks is a plugin for Test::Spec that provides mocking and stubbing of objects, individual methods and plain subroutines on both object instances and classes. This module is inspired by and heavily borrows from Mocha, a library for the Ru...

AKZHAN/Test-Spec-0.54 - 21 Nov 2017 10:08:54 UTC

Test::MockCommand - provide mock results for external commands River stage zero No dependents

Test::MockCommand is a module for recording the output of external commands that are invoked by a perl program, and allowing them to be "played back" later. The module hooks into Perl's core routines, so you simply need to load the module and everyth...

KYZ/Test-MockCommand-0.05 - 16 Jul 2019 20:42:15 UTC
33 results (0.055 seconds)