The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Test::Deep::Methods"

Test::Deep::Methods River stage five • 942 direct dependents • 12402 total dependents

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

Test::Deep::ListMethods River stage five • 942 direct dependents • 12402 total dependents

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

Test::Deep - Extremely flexible deep comparison River stage five • 942 direct dependents • 12402 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::Method - test sugar for methods River stage one • 3 direct dependents • 4 total dependents

The reason for creating Test::Method is to provide an easy way of testing methods without writing a test name which could equate to Object, method name, arguments, expected return. I found my test names suffered from lack of appropriate details simpl...

XENO/Test-Method-0.001002 - 22 Dec 2013 16:55:38 UTC

Test::Assert - Assertion methods for those who like JUnit. River stage two • 6 direct dependents • 11 total dependents

This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and Test::Unit::Lite and the methods die on failure. These assertion methods might be not useful for common Test::Builder-based (Test::Simple, Test::M...

DEXTER/Test-Assert-0.0504 - 06 Dec 2009 22:50:03 UTC

Test::YAFT - Yet another testing framework River stage zero No dependents

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

Test::Shadow - override a class's methods in a scope, checking input/output River stage zero No dependents

OSFAMERON/Test-Shadow-0.0201 - 20 May 2014 03:52:30 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::DNS - Test DNS queries and zone configuration River stage one • 1 direct dependent • 1 total dependent

Test::DNS allows you to run tests which translate as DNS queries. It's simple to use and abstracts all the difficult query checks from you. It has a built-in tests naming scheme so you don't have to name your tests (as shown in all the examples) even...

XSAWYERX/Test-DNS-0.203 - 22 Apr 2019 16:50:31 UTC

Test::Lazy - A quick and easy way to compose and run tests with useful output. River stage two • 3 direct dependents • 17 total dependents

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::Core - Modern Perl testing with a single import River stage zero No dependents

Test::Core provides the best testing harness of Modern Perl in a single, user-friendly import. It builds off of Test::Modern while also providing clean interfaces to dumping and mocking facilities from other libraries. Test::Core also automatically i...

AANARI/Test-Core-0.0200 - 10 Jul 2015 20:59:42 UTC

Kelp::Test - Automated tests for a Kelp web app River stage two • 18 direct dependents • 20 total dependents

This module provides basic tools for testing a Kelp based web application. It is object oriented, and all methods return $self, so they can be chained together. Testing is done by sending HTTP requests to an already built application and analyzing th...

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC

Test::More - yet another framework for writing test scripts River stage five • 23243 direct dependents • 33164 total dependents

STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Spec - Write tests in a declarative specification style River stage two • 55 direct dependents • 75 total dependents

This is a declarative specification-style testing system for behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are named with strings instead of subroutine names, so your fingers will suffer less fatigue from underscore-itis, wit...

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

Test::Arrow - Object-Oriented testing library River stage one • 2 direct dependents • 2 total dependents

The opposite DSL. MOTIVATION Test::Arrow is a testing helper as object-oriented operation. Perl5 has a lot of testing libraries. These libraries have nice DSL ways. However, sometimes we hope the Object as similar to ORM. It may slightly sound strang...

BAYASHI/Test-Arrow-0.22 - 10 Aug 2023 10:56:41 UTC

Test::Resub - Lexically scoped monkey patching for testing River stage two • 4 direct dependents • 11 total dependents

This module allows you to temporarily replace a subroutine/method with arbitrary code. Later, you can tell how many times was it called and with what arguments each time. You may not actually need this module. Many times you'll be able to get away wi...

KOLYA/Test-Resub-2.03 - 09 Jun 2014 02:25:58 UTC

Test::Kantan - simple, flexible, fun "Testing framework" River stage one • 4 direct dependents • 5 total dependents

Test::Kantan is a behavior-driven development framework for testing Perl 5 code. It has a clean, obvious syntax so that you can easily write tests....

TOKUHIROM/Test-Kantan-0.40 - 22 Sep 2014 10:18:10 UTC

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 109 total dependents

Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...

TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC

Tickit::Test - unit testing for Tickit-based code River stage two • 35 direct dependents • 41 total dependents

This module helps write unit tests for Tickit-based code, such as Tickit::Widget subclasses. Primarily, it provides a mock terminal implementation, allowing the code under test to affect a virtual terminal, whose state is inspectable by the unit test...

PEVANS/Tickit-0.74 - 04 Sep 2023 17:09:00 UTC

Dancer::Test - Test helpers to test a Dancer application River stage three • 211 direct dependents • 215 total dependents

This module provides test helpers for testing Dancer apps. Be careful, the module loading order in the example above is very important. Make sure to use "Dancer::Test" after importing the application package otherwise your appdir will be automaticall...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC
65 results (0.11 seconds)