Search results for "Test::More"
Test::More - yet another framework for writing test scripts
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.302197 - 29 Nov 2023 03:57:09 UTC - Search in distribution- ok - Alternative to Test::More::use_ok
- Test::use::ok - Alternative to Test::More::use_ok
- Test2 - Framework for writing test tools that all work together.
- 19 more results from Test-Simple »
Test::YAFT::Test::More - Test::YAFT - Test::More comparison
Test::YAFT supports most of Test::More features Import Parameters Test::YAFT doesn't support plan specification via import statement. Test::YAFT exports via Exporter::Tiny. Exported Functions $TODO Not supported BAIL_OUT Reexported can_ok Not support...
BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC - Search in distribution
Test::JSON::More - JSON Test Utility
Test::JSON::More is the utility for testing JSON string. SWITCH JSON MODULES By default, Test::JSON::More use JSON module for encoding/decoding JSON. If you would like to use an another JSON module in the test, then you can specify it at loading "Tes...
BAYASHI/Test-JSON-More-0.02 - 28 Apr 2016 01:29:13 UTC - Search in distribution
Test::Mojo::More - Test::Mojo and more.
Test::Mojo::More is an extension for the Test::Mojo which allows you to test Mojo and Mojolicious applications....
COOLMEN/Test-Mojo-More-0.061 - 14 Mar 2016 18:51:13 UTC - Search in distribution
Test::More::UTF8 - Enhancing Test::More for UTF8-based projects
MONS/Test-More-UTF8-0.05
-
24 Jun 2017 21:09:52 UTC
-
Search in distribution
Test::Moose::More - More tools for testing Moose packages
This package contains a number of additional tests that can be employed against Moose classes/roles. It is intended to replace Test::Moose in your tests, and re-exports any tests that it has and we do not, yet. Export Groups By default, this package ...
RSRCHBOY/Test-Moose-More-0.050 - 21 Sep 2017 03:44:20 UTC - Search in distribution- Test::Moose::More::Utils - Various utility functions for TMM (and maybe others!)
Test::More::Color - Very stupid TAP colorer
COOLMEN/Test-More-Color-0.04
-
14 May 2013 04:10:37 UTC
-
Search in distribution
Test::More::Hooks - It provides before/after hooks of subtest.
Test::More::Hooks is simply testing module. This provides only before/after hooks for Test::More::subtest based test cases....
AINAME/Test-More-Hooks-0.12 - 31 May 2013 07:08:52 UTC - Search in distribution
Test::Legacy::More - Test::More wrapper for use with Test::Legacy
Both Test::Legacy and Test::More export functions called ok(), skip() and plan(). When you use them together you have to tell Test::More not to export those functions. use Test::Legacy; use Test::More import => [qw(!ok !skip !plan)]; Since the purpos...
MSCHWERN/Test-Legacy-1.2502 - 10 Oct 2005 02:19:23 UTC - Search in distribution
Test::More::Prefix - Prefix some test output
Inject a prefix in to Test::Builder's informational output. Useful for providing context in noisy and repetitive tests...
SARGIE/Test-More-Prefix-0.007 - 29 Apr 2016 03:58:27 UTC - Search in distribution
Test::More::Strict - Enforce policies on test results
"Test::More::Strict" allows policies for test results to be enforced. For example you may require that all tests have a non-blank description. You could achieve that like this: # Enforce non-blank test description use Test::More::Strict description =...
ANDYA/Test-More-Strict-0.02 - 09 Jun 2008 19:12:08 UTC - Search in distribution
Test::More::Unlike - show the matched position
When "unlike" test fails, if you have used Test::More::Unlike, then the error diag shows additionally the matched position like below. # matched at line: 1, offset: 3 NOTE that it is only first matched position. And offset count is calculated as octe...
BAYASHI/Test-More-Unlike-0.03 - 07 Sep 2013 09:29:56 UTC - Search in distribution
Test::More::Behaviour - BDD module for Perl
Test::More::Behaviour is a Behaviour-Driven Development module for Perl programmers. It is modeled after Rspec (http://rspec.info), the BDD tool for Ruby programmers. Because Test::More::Behaviour uses Test::More as its 'base', you can treat every Te...
BOSTON/Test-More-Behaviour-1.0.1 - 26 Jul 2013 23:43:39 UTC - Search in distribution
Test::JavaScript::More - test javascript code
This module provides Test::More-like function for JavaScript (the current implementation just imports some of Test::More's functions into JavaScript space). Everything below the "use Test::JavaScript::More" line will be interpreted as JavaScript. You...
CLAESJAC/JavaScript-1.16 - 20 Feb 2010 22:09:48 UTC - Search in distribution
Test::More::Behaviours - Group Test::More assertions into behaviours
this module facilitate the grouping of Test::More assertions into Behaviours. This make the test easier to read and maintain as the assertions are logically grouped and dont' form a long list hard to the eye and prone to confusion. It will also make ...
RIJA/Test-More-Behaviours-v0.0.4 - 04 Oct 2008 18:07:46 UTC - Search in distribution
Test::More::Diagnostic - Conditionally add YAML diagnostics to Test::More's output
Upgrades Test::More's output to TAP version 13. See http://testanything.org/wiki/index.php/TAP_diagnostic_syntax for more information about YAML diagnostics. This module is completely experimental, kludgy and likely to fall out of favour once Test::M...
ANDYA/Test-More-Diagnostic-0.2 - 05 Oct 2007 21:33:24 UTC - Search in distribution
Test::WWW::Selenium::More - More tools for Selenium testing
This module provides method chaining and some useful tools for Selenium testing. If you are new to this module or Selenium testing in general, see the Test::WWW::Selenium::More::Manual. This library extends Test::WWW::Selenium. Method chaining is ava...
KABLAMO/Test-WWW-Selenium-More-0.12 - 17 May 2012 12:41:46 UTC - Search in distribution