Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.05 KB

Async.md

File metadata and controls

41 lines (25 loc) · 1.05 KB

NAME

Test::Async - base module of the framework

SYNOPSIS

use Test::Async;
plan 1;
pass "Hello World!";
done-testing;

DESCRIPTION

Exports

The module re-exports all symbols found in a test bundle EXPORT::DEFAULT package.

Also exports:

test-suite

Return the test suite which is actual for the current context. The suite is looked up either in $*TEST-SUITE or via Test::Async::Hub top-suite method.

Test Tools

The module export all test tools it finds in the top suite object. See Test::Async::Manual for more details.

SEE ALSO

Test::Async::Manual, Test::Async::CookBook, Test::Async::Base

AUTHOR

Vadim Belman vrurg@cpan.org