Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTCThis module is the base class for Test::Roo test classes. It provides methods to run tests and anchor modifiers. Generally, you should not extend this class yourself, but use Test::Roo to do so instead....
DAGOLDEN/Test-Roo-1.004 - 05 Aug 2014 23:24:42 UTCQuiq::Test::Class ist eine Basisklasse für Testklassen (Unit-Tests). Als Vorbild diente Test::Class, welches nicht zu den Perl Kernmodulen zählt. Einige Details sind anders, etliche Funktionalität ist nicht implementiert, da sie (noch) nicht gebrauch...
FSEITZ/Quiq-1.192 - 09 Dec 2020 07:36:13 UTCIn a unit test, mock objects can simulate the behavior of complex, real (non-mock) objects and are therefore useful when a real object is impractical or impossible to incorporate into a unit test. The unique features of "Test::Mock::Class": * Its API...
DEXTER/Test-Mock-Class-0.0303 - 01 May 2010 13:58:00 UTCWhen people write test classes with the excellent "Test::Class", you often see the following at the top of the code: package Some::Test::Class; use strict; use warnings; use base 'My::Test::Class'; use Test::More; use Test::Exception; # and then the ...
OVID/Test-Class-Most-0.08 - 22 Nov 2012 10:09:29 UTC"Test::Class" typically uses a helper script to load the test classes. It often looks something like this: #!/usr/bin/perl -T use strict; use warnings; use lib 't/tests'; use MyTest::Foo; use MyTest::Foo::Bar; use MyTest::Foo::Baz; Test::Class->runte...
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTCThe goal of this distribution is to make it easier to write test cases for your DBIx::Class based applications. It does this in three ways. First, it trys to make it easy to deploy your Schema. This can be to your dedicated testing database, or a sim...
NEWELLC/Test-DBIx-Class-0.52 - 07 Dec 2016 16:33:32 UTCTest::Class has served Perl’s xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules. POD ERRORS Hey! The ...
FELIPE/Test-Class-Tiny-0.03 - 03 May 2020 15:10:13 UTCTest::Class::Sugar provides a new syntax for setting up your Test::Class based tests. The idea is that we bundle up all the tedious boilerplate involved in writing a class in favour of getting to the meat of what you're testing. We made warranted ass...
PDCAWLEY/Test-Class-Sugar-0.0400 - 07 Nov 2009 11:09:07 UTCSee the Test::Class::Moose home page <http://houseabsolute.github.io/test-class-moose/> for a summary. "Test::Class::Moose" is a powerful testing framework for Perl. Out of the box you get: * Reporting * Extensibility * Tagging tests * Parallel testi...
DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTCThis is an extension of Test::Class <https://metacpan.org/pod/Test::Class> module to implement unit tests in more simple and declarative way. Methods pre_setup() Can be overridden. Method that is executed before every test method and is useful for so...
OKYSIL/Test-Class-Simple-0.06 - 01 May 2020 08:10:18 UTCThis base class provides the magic that allows you to run individual Test::Class-based modules like regular test scripts. For example, either of these will work as long as the TestSuite.pm inherits from this module: prove t/lib/Wetware/My/TestSuite.p...
DRIEUX/Wetware-Test-0.07 - 11 May 2009 22:55:03 UTCClass::PObject::Test is used as a base class by test libraries, and provides two methods, "new()" and "run()". Subclasses of Class::PObject::Test are expected to override "run()". IS THIS WAY OF TESTING NECESSARY Same sets of tests must be performed ...
SHERZODR/Class-PObject-2.17 - 20 Feb 2005 18:06:54 UTCKISEKI/Test-EasyMock-0.10 - 02 Oct 2013 22:22:59 UTC
MARCEL/Class-Scaffold-1.102280 - 16 Aug 2010 16:46:43 UTC
MARCEL/Class-Scaffold-1.102280 - 16 Aug 2010 16:46:43 UTC
Should be considered experimental and read only....
DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTCHolds info related to particular test methods. Not part of the public API and likely to change or completely disappear. If you need to rely on any of this code let me know and we'll see if we can work something out....
SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTCThis class provides support for passing various Test::Class::Moose::Config options via the command line. It is entirely implemented by the Test::Class::Moose::Role::CLI role, which you can use in your own class to provide your own custom test runner....
DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTCJROCKWAY/Test-Sweet-0.03 - 16 May 2011 04:05:39 UTC