Search results for "module:Test::Expect"
Test::Expect - Automated driving and testing of terminal-based programs
Test::Expect is a module for automated driving and testing of terminal-based programs. It is handy for testing interactive programs which have a prompt, and is based on the same concepts as the Tcl Expect tool. As in Expect::Simple, the Expect object...
BPS/Test-Expect-0.34 - 21 Feb 2017 19:14:01 UTC
CPAN::Test::Dummy::Perl5::Make::Expect - CPAN Test Dummy
This module is part of CPAN.pm with the single purpose of testing CPAN.pm itself. Contains no functionality, and will never do so....
ANDK/CPAN-Test-Dummy-Perl5-Make-Expect-1.00 - 12 Nov 2006 05:58:33 UTC
Test::Doctest - extract and evaluate tests from pod fragments
run and runtests uses Pod::Parser to extract pod text from the files specified, evaluates each line begining with a prompt (>>>), and finally compares the results with the expected output using is_eq from Test::Builder....
AFYODOROV/Test-Doctest-0.02-50a0b7b - 11 Mar 2016 19:58:07 UTC
Test::ExpectAndCheck - expect/check-style unit testing with object methods
This package creates objects that assist in writing unit tests with mocked object instances. Each mock instance will expect to receive a given list of method calls. Each method call is checked that it received the right arguments, and will return a p...
PEVANS/Test-ExpectAndCheck-0.05 - 07 Oct 2022 18:01:56 UTC
Test::ExpectAndCheck::Future - expect/check-style unit testing with Future-returning methods
This package creates objects that assist in writing unit tests with mocked object instances. Each mocked instance will expect to receive a given list of method calls. Each method call is checked that it received the right arguments, and will return a...
PEVANS/Test-ExpectAndCheck-0.05 - 07 Oct 2022 18:01:56 UTC
Test - provides a simple framework for writing test scripts
This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....
JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC
Test::Is - Skip test in a declarative way, following the Lancaster Consensus
This module is a simple way of following the specifications of the environment <https://github.com/Perl-Toolchain-Gang/toolchain-site/blob/master/lanca ster-consensus.md#environment-variables-for-testing-contexts> variables available for Perl tests a...
DOLMEN/Test-Is-20140823.1 - 23 Aug 2014 09:33:13 UTC
Test::PDF - A module for testing and comparing PDF files
This module is meant to be used for testing custom generated PDF files, it provides only one function at the moment, which is "cmp_pdf", and can be used to compare two PDF files to see if they are *visually* similar. Future versions may include other...
STEVAN/Test-PDF-0.01 - 07 Dec 2005 21:36:28 UTC
Test::FIT - A FIT Test Framework for Perl
FIT stands for "Framework for Interactive Testing". It is a testing methodology invented by Ward Cunningham, and is fully described at http://fit.c2.com. Test::FIT is a Perl implementation of this methodology. It provides a web based test harness tha...
INGY/Test-FIT-0.11 - 26 Mar 2003 19:40:29 UTC
Test::PDL - Test Perl Data Language arrays (a.k.a. ndarrays) for equality
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::Lazy - A quick and easy way to compose and run tests with useful output.
Ever get tired of coming up with a witty test message? Think that the best explanation for a test is the code behind it? Test::Lazy is for you. Test::Lazy will take a stringified piece of code, evaluate it, and use a comparator to match the result to...
RKRIMEN/Test-Lazy-0.061 - 05 Nov 2007 06:02:36 UTC
Test::YAFT - Yet another testing framework
This module combines features of multiple test libraries providing its own, BDD inspired, Context oriented, testing approach....
BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC
Mnet::Test - Record, replay, and test script inputs and outputs
Mnet::Test can be used to allow script inputs and output to be recorded to a file, which can be replayed later to show any changes. Other Mnet modules are designed to detect and make use of Mnet::Test, if it is being used by a script. Refer to the pe...
MMENZA/Mnet-5.25 - 13 Jun 2023 13:55:35 UTC
Test::Bits - Provides a bits_is() subroutine for testing binary data
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::SFTP - An object to help test SFTPs
Unlike most testing frameworks, *Test::SFTP* provides an object oriented interface. The reason is that it's simply easier to use an object than throw the login information as command arguments each time....
XSAWYERX/Test-SFTP-1.10 - 25 Oct 2011 19:26:35 UTC
Test::Bomb - a test which succeeds until a deadline passes ( a time bomb )
DAV/Test-Bomb-0.007
-
25 Mar 2011 04:37:07 UTC
Test::File - test file attributes
This modules provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may alw...
BDFOY/Test-File-1.993 - 01 Jan 2023 13:38:19 UTC
Test::Deep - Extremely flexible deep comparison
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
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