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

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 176 direct dependents • 875 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 • 176 direct dependents • 875 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
2 results (0.028 seconds)