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.302183 - 22 Oct 2020 03:11:56 UTCMONS/Test-More-UTF8-0.05 - 24 Jun 2017 21:09:52 UTC
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 UTCTest::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 UTCTest::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 UTCThis 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 UTCWhen "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 UTCBoth 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"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 UTCInject 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 UTCTest::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 UTCthis 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 UTCThis 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 UTCUpgrades 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 UTCRSRCHBOY/Test-Moose-More-0.050 - 21 Sep 2017 03:44:20 UTC
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