The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Test-Class-Moose test::class"

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

Test::Class::Moose::Util - Internal utilities River stage two • 15 direct dependents • 22 total dependents

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

Test::Class::Moose::Load - Load Test::Class::Moose classes automatically. River stage two • 15 direct dependents • 22 total dependents

Note: This helper module was blatantly stolen from Test::Class::Load. However, since your author is the person who originally wrote that code, he doesn't feel too bad. Without a loader, you would have to manually load each test class in your test fil...

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

Test::Class::Moose::Role - Test::Class::Moose for roles River stage two • 15 direct dependents • 22 total dependents

If you need the functionality of Test::Class::Moose to be available inside of a role, this is the module to do that. This is how you can declare a TCM role: package TestsFor::Basic::Role; use Test::Class::Moose::Role; sub test_in_a_role { my $test = ...

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 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::Moose::Config - Configuration information for Test::Class::Moose River stage two • 15 direct dependents • 22 total dependents

For internal use only (maybe I'll expose it later). Not guaranteed to be stable. This class defines many of the attributes for Test::Class::Moose. They're kept here to minimize namespace pollution in Test::Class::Moose....

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

Test::Class::Moose::Report - Test information for Test::Class::Moose River stage two • 15 direct dependents • 22 total dependents

When working with larger test suites, it's useful to have full reporting information available about the test suite. The reporting features of Test::Class::Moose allow you to report on the number of test class instances and methods run (and number of...

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

Test::Class::Moose::Runner - Runner for Test::Class::Moose tests River stage two • 15 direct dependents • 22 total dependents

This class is responsible for running tests. Internally, most of the work is done by either a "Test::Class::Moose::Executor::Sequential" or "Test::Class::Moose::Executor::Parallel" object....

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

Test::Class::Moose::Tutorial - A starting guide for Test::Class::Moose River stage two • 15 direct dependents • 22 total dependents

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

Test::Class::Moose::Deprecated - Managed deprecation warnings for Test::Class::Moose River stage two • 15 direct dependents • 22 total dependents

use Test::Class::Moose::Deprecated -api_version => $version;...

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

Test::Class::Moose::AttributeRegistry - Global registry of tags by class and method. River stage two • 15 direct dependents • 22 total dependents

This class permits addition and querying of the tags and plans defined on methods via attributes. It's been gleefully stolen from Attribute::Method::Tags and is for internal use only. Don't rely on this code....

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

Test::Class::Moose::Role::CLI - Role for command line argument handling and extra CLI features River stage two • 15 direct dependents • 22 total dependents

This role provides the core implementation of command line option processing for Test::Class::Moose::CLI. You can consume this role and add additional hooks to customize how your test classes are run. See Test::Class::Moose::CLI for a list of all the...

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

Test::Class::Moose::Report::Time - Reporting object for timing River stage two • 15 direct dependents • 22 total dependents

Note that everything in here is experimental and subject to change. All times are in seconds....

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

Test::Class::Moose::Role::AutoUse - Automatically load the classes you're testing River stage two • 15 direct dependents • 22 total dependents

This role allows you to automatically "use" the classes your test class is testing, providing the name of the class via the "class_name" attribute. Thus, you don't need to hardcode your class names....

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

Test::Class::Moose::Report::Method - Reporting on test methods 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::Moose::Role::Executor - Common code for Runner classes River stage two • 15 direct dependents • 22 total dependents

This role implements the guts of this distribution, running all of your test classes. It's public API can be wrapped by additional roles to provide extensions to the default TCM behavior. The actual implementations are provided by "Test::Class::Moose...

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

Test::Class::Moose::Role::Reporting - Reporting gathering role River stage two • 15 direct dependents • 22 total dependents

Note that everything in here is experimental and subject to change....

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

Test::Class::Moose::Report::Instance - 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::Moose::Executor::Parallel - Execute tests in parallel (parallelized by instance) River stage two • 15 direct dependents • 22 total dependents

DROLSKY/Test-Class-Moose-0.99 - 07 Feb 2021 17:09:12 UTC
23 results (0.055 seconds)