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"

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::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::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
3 results (0.041 seconds)