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.