Search results for "module:Test::Class"

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

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 UTC

Test::Roo::Class - Base class for Test::Roo test classes River stage two • 27 direct dependents • 75 total dependents

This 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 UTC

Quiq::Test::Class - Basisklasse für Testklassen River stage zero No dependents

Quiq::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.214 - 21 Jan 2024 18:16:36 UTC

Test::Mock::Class - Simulating other classes River stage one • 3 direct dependents • 3 total dependents

In 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 UTC

Test::Class::Tiny - xUnit in Perl, simplified River stage one • 2 direct dependents • 2 total dependents

Test::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 UTC

Test::Class::Load - Load Test::Class classes automatically. River stage three • 175 direct dependents • 800 total dependents

"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 UTC

Test::Deep::Class River stage five • 943 direct dependents • 13145 total dependents

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC

Test::DBIx::Class - Easier test cases for your DBIx::Class applications River stage two • 26 direct dependents • 29 total dependents

The 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 UTC

Test::Class::Most - Test Classes the easy way River stage two • 18 direct dependents • 83 total dependents

When 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::Sugar - Helper syntax for writing Test::Class tests River stage zero No dependents

Test::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 UTC

Test::Class::Moose - Serious testing for serious Perl River stage two • 15 direct dependents • 22 total dependents

See 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 UTC

Test::Class::Simple - Simplify your unit tests writing based on Test::Class River stage zero No dependents

This 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 UTC

Wetware::Test::Class - Test::Class base class River stage one • 2 direct dependents • 2 total dependents

This 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 UTC

Class::PObject::Test - Base test framework for Class::PObject drivers River stage zero No dependents

Class::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 UTC

Test::EasyMock::Class - support class method mocking. River stage zero No dependents

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

Class::Scaffold::Test - Base classes for framework test classes River stage one • 1 direct dependent • 1 total dependent

MARCEL/Class-Scaffold-1.102280 - 16 Aug 2010 16:46:43 UTC

Class::Scaffold::App::Test::Class - Base class for Test::Class-based test programs River stage one • 1 direct dependent • 1 total dependent

MARCEL/Class-Scaffold-1.102280 - 16 Aug 2010 16:46:43 UTC

Test::Class::Moose::Report::Class - Reporting on test classes River stage two • 15 direct dependents • 22 total dependents

Should be considered experimental and read only....

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC

Test::Class::MethodInfo - the info associated with a test method River stage three • 175 direct dependents • 800 total dependents

Holds 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 UTC

Test::Class::Moose::CLI - Use this in your tcm.t script for a drop-in runner tool River stage two • 15 direct dependents • 22 total dependents

This 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 UTC
834 results (0.092 seconds)