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

NAME

Nuvol::Test::Folder - Test functions for Nuvol folders

SYNOPSIS

use Nuvol::Test::Folder ':all';
use Nuvol::Test::Folder ':build';    # build_test_folder

my $folder = build_test_folder $service;

test_basics;
test_type;
test_url;

DESCRIPTION

Nuvol::Test::Folder provides test functions for Nuvol folders.

FUNCTIONS

build_test_folder

$folder = build_test_folder $service;

Returns a Nuvol::Item with applied Folder roles for the specified service.

test_basics

test_basics $folder, $service;

Tests the basic structure of the folder.

SEE ALSO

Nuvol::Role::Folder, Nuvol::Test, Nuvol::Test::FolderLive.