Search results for "distribution:Test-Simple Test::More"

Test::More - yet another framework for writing test scripts River stage five • 22891 direct dependents • 32646 total dependents

STOP! If you're just getting started writing tests, have a look at Test2::Suite first. This is a drop in replacement for Test::Simple which you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide rang...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

ok - Alternative to Test::More::use_ok River stage five • 22891 direct dependents • 32646 total dependents

With this module, simply change all "use_ok" in test scripts to "use ok", and they will be executed at "BEGIN" time. Please see Test::use::ok for the full description....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::use::ok - Alternative to Test::More::use_ok River stage five • 22891 direct dependents • 32646 total dependents

According to the Test::More documentation, it is recommended to run "use_ok()" inside a "BEGIN" block, so functions are exported at compile-time and prototypes are properly honored. That is, instead of writing this: use_ok( 'Some::Module' ); use_ok( ...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2 - Framework for writing test tools that all work together. River stage five • 22891 direct dependents • 32646 total dependents

Test2 is a new testing framework produced by forking Test::Builder, completely refactoring it, adding many new features and capabilities. WHAT IS NEW? Easier to test new testing tools. From the beginning Test2 was built with introspection capabilitie...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Tester - Ease testing test modules built with Test::Builder River stage five • 22891 direct dependents • 32646 total dependents

If you have written a test module based on Test::Builder then Test::Tester allows you to test it with the minimum of effort....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Builder - Backend for building test libraries River stage five • 22891 direct dependents • 32646 total dependents

Test::Simple and Test::More have proven to be popular testing modules, but they're not always flexible enough. Test::Builder provides a building block upon which to write your own test libraries *which can work together*. Construction new my $Test = ...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::IPC - Turn on IPC for threading or forking support. River stage five • 22891 direct dependents • 32646 total dependents

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Hub - The conduit through which all events flow. River stage five • 22891 direct dependents • 32646 total dependents

The hub is the place where all events get processed and handed off to the formatter. The hub also tracks test state, and provides several hooks into the event pipeline....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::API - Primary interface for writing Test2 based testing tools. River stage five • 22891 direct dependents • 32646 total dependents

This package exports all the functions necessary to write and/or verify testing tools. Using these building blocks you can begin writing test tools very quickly. You are also provided with tools that help you to test the tools you write....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Util - Tools used by Test2 and friends. River stage five • 22891 direct dependents • 32646 total dependents

Collection of tools used by Test2 and friends....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Simple - Basic utilities for writing tests. River stage five • 22891 direct dependents • 32646 total dependents

** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More mod...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Event - Base class for events River stage five • 22891 direct dependents • 32646 total dependents

Base class for all event objects that get passed through Test2....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test::Tutorial - A tutorial about writing really basic tests River stage five • 22891 direct dependents • 32646 total dependents

*AHHHHHHH!!!! NOT TESTING! Anything but testing! Beat me, whip me, send me to Detroit, but don't make me write tests!* **sob** *Besides, I don't know how to write the damned things.* Is this you? Is writing tests right up there with writing documenta...

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Event::Ok - Ok event type River stage five • 22891 direct dependents • 32646 total dependents

Ok events are generated whenever you run a test that produces a result. Examples are "ok()", and "is()"....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Formatter - Namespace for formatters. River stage five • 22891 direct dependents • 32646 total dependents

This is the namespace for formatters. This is an empty package....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Event::V2 - Second generation event. River stage five • 22891 direct dependents • 32646 total dependents

This is the event type that should be used instead of Test2::Event or its legacy subclasses....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Transition - Transition notes when upgrading to Test2 River stage five • 22891 direct dependents • 32646 total dependents

This is where gotchas and breakages related to the Test2 upgrade are documented. The upgrade causes Test::Builder to defer to Test2 under the hood. This transition is mostly transparent, but there are a few cases that can trip you up....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::EventFacet - Base class for all event facets. River stage five • 22891 direct dependents • 32646 total dependents

Base class for all event facets....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::API::Stack - Object to manage a stack of Test2::Hub instances. River stage five • 22891 direct dependents • 32646 total dependents

This module is used to represent and manage a stack of Test2::Hub objects. Hubs are usually in a stack so that you can push a new hub into place that can intercept and handle events differently than the primary hub....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC

Test2::Util::Trace - Legacy wrapper fro Test2::EventFacet::Trace. River stage five • 22891 direct dependents • 32646 total dependents

All the functionality for this class has been moved to Test2::EventFacet::Trace....

EXODIST/Test-Simple-1.302199 - 25 Apr 2024 14:14:26 UTC
68 results (0.045 seconds)