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-Inline test::inline"

Test::Inline - Embed your tests in your code, next to what is being tested River stage one • 5 direct dependents • 7 total dependents

Embedding tests allows tests to be placed near the code being tested. This is a nice supplement to the traditional .t files. How does it work? "Test::Inline" lets you write small fragments of general or function-specific testing code, and insert it a...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Script - Generate the test file for a single source file River stage one • 5 direct dependents • 7 total dependents

This class is where the heavy lifting happens to actually generating a test file takes place. Given a source filename, this modules will load it, parse out the relavent bits, put them into order based on the tags, and then merge them into a test file...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Extract - Extract relevant Pod sections from source code. River stage one • 5 direct dependents • 7 total dependents

The Test::Inline::Extract package extracts content interesting to Test::Inline from source files....

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Section - Implements a section of tests River stage one • 5 direct dependents • 7 total dependents

This class implements a single section of tests. That is, a section of POD beginning with "=begin test" or "=begin testing". Types of Sections There are two types of code sections. The first, beginning with "=begin testing ...", contains a set of tes...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Content - Test::Inline 2 Content Handlers River stage one • 5 direct dependents • 7 total dependents

One problem with the initial versions of Test::Inline 2 was the method by which it generated the script contents. "Test::Inline::Content" provides a basic API by which more sophisticated extensions can be written to control the content of the generat...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::IO::File - Test::Inline Local Filesystem IO Handler River stage one • 5 direct dependents • 7 total dependents

Test::Inline::IO::File is the default IO handler for Test::Inline. Test::Inline 2.0 was conceived in an enterprise setting, and retains the flexibilty, power, and bulk that this created, although for most users the power and complexity that is availa...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Content::Simple - Simple templating Content Handler River stage one • 5 direct dependents • 7 total dependents

It is relatively common to want to customise the contents of the generated test files to set up custom environment things on an all-scripts basis, rather than file by file (using =begin SETUP blocks). "Test::Inline::Content::Simple" lets you use a ve...

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Content::Legacy - Test::Inline 2 Content Handler for legacy functions River stage one • 5 direct dependents • 7 total dependents

This class exists to provide a migration path for anyone using the custom script generators in Test::Inline via the "file_content" param. The synopsis above pretty much says all you need to know....

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

Test::Inline::Content::Default - est::Inline 2 fallback/default Content Handler River stage one • 5 direct dependents • 7 total dependents

This class implements the default generator for script content. It generates test script content inteded for use in a standard CPAN dist. This module contains no user servicable parts....

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

lib/Test/Inline/Util.pm River stage one • 5 direct dependents • 7 total dependents

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC

inline2test - The Test::Inline 2 Test Compiler River stage one • 5 direct dependents • 7 total dependents

"inline2test" is the Test::Inline 2 test compiler. It's job is to scan through an arbitrary tree of Perl source code files, locate inline test sections, extract them, convert them to test scripts, and write them to an output path....

ETHER/Test-Inline-2.214 - 23 Jan 2021 22:44:04 UTC
11 results (0.047 seconds)