Test::Routine - composable units of assertion
Test::Routine is a very simple framework for writing your tests as composable units of assertion. In other words: roles. For a walkthrough of tests written with Test::Routine, see Test::Routine::Manual::Demo. Test::Routine is similar to Test::Class i...
RJBS/Test-Routine-0.028 - 19 Jun 2021 01:37:37 UTC
Test::Routine::Test - a test method in a Test::Routine role
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::Test::Role - role providing test attributes
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::Util - helpful exports for dealing with test routines
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::Common - a role composed by all Test::Routine roles
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::Runner - tools for running Test::Routine tests
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::AutoClear - Enables autoclearing attrs in Test::Routines
When I'm writing tests with Test::Routine I find myself writing code like this all the time: has counter => ( is => ro, lazy => 1, default => 0 lazy => 1, clearer => 'reset_counter', ); after run_test => sub { shift->reset_counter; }; And after about...
PDCAWLEY/Test-Routine-AutoClear-0.004 - 13 Apr 2013 16:47:46 UTC
Test::Routine::Compositor - the tool for turning test routines into runnable classes
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::Manual::Demo - a walkthrough, in code, of Test::Routine
RJBS/Test-Routine-0.028
-
19 Jun 2021 01:37:37 UTC
Test::Routine::DoesAutoClear - The role that's mixed in by Test::Routine::AutoClear
PDCAWLEY/Test-Routine-AutoClear-0.004
-
13 Apr 2013 16:47:46 UTC
Test::Routine::Meta::Attribute::Trait::AutoClear - The attribute trait that does T::R::AutoClear's work
PDCAWLEY/Test-Routine-AutoClear-0.004
-
13 Apr 2013 16:47:46 UTC
Test::Roo - Composable, reusable tests with roles and Moo
This module allows you to compose Test::More tests from roles. It is inspired by the excellent Test::Routine module, but uses Moo instead of Moose. This gives most of the benefits without the need for Moose as a test dependency. Test files are Moo cl...
DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTC
Test::Ika - Yet another BDD testing library(Development Release)
Test::Ika is yet another BDD framework for Perl5. This module provides pretty output for testing. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE....
MASAKI/Test-Ika-0.08 - 28 Mar 2014 18:30:54 UTC
Test::Routini - A simple test framework primarialy for Moo/Mouse/Moose which provides a slice of the functionality of Test::Routine without the complexity of Moose
This module provides enough of the Test::Routine look and feel to make nice tests without the need for a MOP...
ZEBARDY/test-routini-0.1 - 05 Mar 2013 15:23:58 UTC
CGI::Test - CGI regression test framework
The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...
TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 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::Auto - Test Automation
This package aims to provide, a standard for documenting Perl 5 software projects, a framework writing tests, test automation, and documentation generation....
AWNCORP/Test-Auto-0.12 - 13 May 2020 16:31:25 UTC
Test::DZil - tools for testing Dist::Zilla plugins
Test::DZil provides routines for writing tests for Dist::Zilla plugins....
RJBS/Dist-Zilla-6.025 - 28 May 2022 15:57:31 UTC
Test::Sims - Helps build semi-random data for testing
THIS IS AN EARLY RELEASE! While very well tested behaviors may change. The interface is not stable. This is a module to help building semi-random data for testing and to create large, nested, interesting data structures. This module contains no new a...
MSCHWERN/Test-Sims-20180103 - 03 Jan 2018 21:28:53 UTC