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

Test::YAFT::Arrange - Internals under arrange { } block

SYNOPSIS

use Test::YAFT;

arrange { foo => 'bar' };

it "should ..."
	=> arrange { foo => 'bar2' }
	=> got { ... how to build test value ... }
	=> throws => 'My::Project::X::Something::Went::Wrong',
	;

DESCRIPTION

Block is evaluated in list context and its result value is passed to "proclaim" in Context::Singleton.

AUTHOR

Branislav Zahradník <barney@cpan.org>

COPYRIGHT AND LICENCE

This module is part of Test::YAFT distribution.