Test::Async
- base module of the framework
use Test::Async; plan 1; pass "Hello World!"; done-testing;
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.
The module export all test tools it finds in the top suite object. See Test::Async::Manual
for more details.
Test::Async::Manual
, Test::Async::CookBook
, Test::Async::Base
Vadim Belman <vrurg@cpan.org>