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::Ignore"

Test::Deep::Ignore 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::Deep::JSON - Compare JSON with Test::Deep River stage two • 6 direct dependents • 57 total dependents

Test::Deep::JSON provides the "json($expected)" function to expect that target can be parsed as a JSON string and matches (by "cmp_deeply") with *$expected*....

MOTEMEN/Test-Deep-JSON-0.05 - 24 Apr 2018 11:24:46 UTC

Test::Deep::URI - Easier testing of URIs for Test::Deep River stage zero No dependents

Test::Deep::URI provides the functions "uri($expected)" and "uri_qf($expected, $query_form)" for Test::Deep. Use it in combination with "cmp_deeply" to test against partial URIs. In particular I wrote this because I was tired of stumbling across unit...

NFG/Test-Deep-URI-0.05 - 17 Jun 2022 17:12:04 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::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::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::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::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::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

Test::Weaken - Test that freed memory objects were, indeed, freed River stage one • 1 direct dependent • 3 total dependents

"Test::Weaken" helps detect unfreed Perl data in arrays, hashes, scalars, objects, etc, by descending recursively through structures and watching that everything is freed. Unfreed data is a useless overhead and may cause an application to abend due t...

KRYDE/Test-Weaken-3.022000 - 01 Dec 2012 00:04:14 UTC

Dancer2::Test - Useful routines for testing Dancer2 apps River stage three • 162 direct dependents • 183 total dependents

DEPRECATED. This module and all the functions listed below are deprecated. Do not use this module. The routines provided by this module for testing Dancer2 apps are buggy and unnecessary. Instead, use the Plack::Test module as shown in the SYNOPSIS a...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC

Test::Doctest - extract and evaluate tests from pod fragments River stage zero No dependents

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::EasyMock - A mock library which is usable easily. River stage zero No dependents

This is mock library modeled on 'EasyMock' in Java....

KISEKI/Test-EasyMock-0.10 - 02 Oct 2013 22:22:59 UTC

Test::Deep::JWT - JWT comparison with Test:Deep functionality River stage zero No dependents

Test::Deep::JWT is the helper module for comparing JWT string with Test::Deep functionality. This module will export a function called 'jwt'. jwt(\%claims, \%header) \%claims is the expected claims part of JWT. \%header is the expected header part of...

ADDSICT/Test-Deep-JWT-0.02 - 07 Jun 2015 02:31:00 UTC

Test::Spec::Mocks - Object Simulation Plugin for Test::Spec River stage two • 55 direct dependents • 75 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::Assertions - a simple set of building blocks for both unit and runtime testing River stage two • 12 direct dependents • 82 total dependents

Test::Assertions provides a convenient set of tools for constructing tests, such as unit tests or run-time assertion checks (like C's ASSERT macro). Unlike some of the Test:: modules available on CPAN, Test::Assertions is not limited to unit test scr...

BBC/Test-Assertions-1.054 - 11 Aug 2006 10:24:22 UTC

Test::Deep::HashRec - test hash entries for required and optional fields River stage zero No dependents

RJBS/Test-Deep-HashRec-0.004 - 31 Dec 2022 21:35:04 UTC

Test::TCM::Role::API - Role to test PSGI-based JSON API using Test::Class::Moose. River stage zero No dependents

CHESNOKOV/Test-TCM-Role-API-0.05 - 22 Feb 2019 11:26:49 UTC
26 results (0.05 seconds)